Home
last modified time | relevance | path

Searched defs:TexFormat (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DTextureUploadFormatTest.cpp23 struct TexFormat final struct
25 GLenum internalFormat;
26 GLenum unpackFormat;
27 GLenum unpackType;
31 uint8_t bytesPerPixel() const in bytesPerPixel()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DTextureUploadFormatTest.cpp23 struct TexFormat final struct
25 GLenum internalFormat;
26 GLenum unpackFormat;
27 GLenum unpackType;
31 uint8_t bytesPerPixel() const in bytesPerPixel()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShaderImageSizeTests.cpp403 GLenum TexFormat<vec4>() in TexFormat() function
409 GLenum TexFormat<ivec4>() in TexFormat() function
415 GLenum TexFormat<uvec4>() in TexFormat() function
/third_party/mesa3d/src/mesa/main/
Dmtypes.h857 mesa_format TexFormat; /**< The actual texture memory format */ member