Home
last modified time | relevance | path

Searched defs:glInternalFormat (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Dtexture_format_data.json27 "glInternalFormat": "GL_RGBA8" string
41 "glInternalFormat": "GL_RGBA8" string
55 "glInternalFormat": "GL_SRGB8_ALPHA8" string
69 "glInternalFormat": "GL_RGBA16_EXT" string
84 "glInternalFormat": "GL_RGBA16F" string
99 "glInternalFormat": "GL_RGBA32F" string
113 "glInternalFormat": "GL_BGRA8_EXT" string
141 "glInternalFormat": "GL_BGRA8_EXT" string
155 "glInternalFormat": "GL_BGRA8_SRGB_ANGLEX" string
171 "glInternalFormat": "GL_BGRX8_ANGLEX" string
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dangle_format_data.json10 "glInternalFormat": "GL_BGRA8_EXT", string
14 "glInternalFormat": "GL_RGBA8", string
29 "glInternalFormat": "GL_RGBA8" string
32 "glInternalFormat": "GL_SRGB8_ALPHA8" string
35 "glInternalFormat": "GL_BGRA8_EXT" string
38 "glInternalFormat": "GL_BGRA8_SRGB_ANGLEX" string
DFormat.h75 GLenum glInternalFormat; member
/third_party/skia/gm/
Dexoticformats.cpp76 uint32_t glInternalFormat = get_uint(header, 28); in load_ktx() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dformatutils.h551 GLenum glInternalFormat; member
Dformatutils.cpp1417 GLenum glInternalFormat = 0; in GetAndroidHardwareBufferFormatFromChannelSizes() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DTextureVk.cpp2296 const gl::InternalFormat &glInternalFormat = *surface->getBindTexImageFormat().info; in bindTexImage() local