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 D | webgl_texture.h | 33 struct TextureFormatTypeMap; 113 …static const std::set<TextureFormatTypeMap, TextureFormatTypeMapCompare>& GetSupportedFormatTypeMa… 154 struct TextureFormatTypeMap { struct 158 …TextureFormatTypeMap(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 D | webgl_texture.cpp | 604 const std::set<TextureFormatTypeMap, TextureFormatTypeMapCompare>& WebGLTexture::GetSupportedFormat… in GetSupportedFormatTypeMaps() 606 static std::set<TextureFormatTypeMap, TextureFormatTypeMapCompare> supportedFormatTypeMaps = { in GetSupportedFormatTypeMaps()
|
H A D | webgl_rendering_context_draw.cpp | 1188 TextureFormatTypeMap map = { internalFormat, format, type }; in CheckTextureFormatAndType()
|