Home
last modified time | relevance | path

Searched refs:TextureFormatTypeMapCompare (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_texture.h34 struct TextureFormatTypeMapCompare;
113 …static const std::set<TextureFormatTypeMap, TextureFormatTypeMapCompare>& GetSupportedFormatTypeMa…
161 struct TextureFormatTypeMapCompare { struct
/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()