Home
last modified time | relevance | path

Searched refs:TextureFormatTypeMap (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_texture.h33 struct TextureFormatTypeMap;
113 …static const std::set<TextureFormatTypeMap, TextureFormatTypeMapCompare>& GetSupportedFormatTypeMa…
154 struct TextureFormatTypeMap { struct
158TextureFormatTypeMap(GLenum arg1, GLenum arg2, GLenum arg3) : internalFormat(arg1), format(arg2), … in TextureFormatTypeMap() argument
162 bool operator() (const TextureFormatTypeMap& lhs, const TextureFormatTypeMap& rhs) const in operator()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_texture.cpp604 const std::set<TextureFormatTypeMap, TextureFormatTypeMapCompare>& WebGLTexture::GetSupportedFormat… in GetSupportedFormatTypeMaps()
606 static std::set<TextureFormatTypeMap, TextureFormatTypeMapCompare> supportedFormatTypeMaps = { in GetSupportedFormatTypeMaps()
H A Dwebgl_rendering_context_draw.cpp1188 TextureFormatTypeMap map = { internalFormat, format, type }; in CheckTextureFormatAndType()