Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DTextureUploadFormatTest.cpp23 struct TexFormat final struct
25 GLenum internalFormat;
26 GLenum unpackFormat;
27 GLenum unpackType;
30 TexFormat(GLenum internalFormat, GLenum unpackFormat, GLenum unpackType) in TexFormat() function
34 uint8_t bytesPerPixel() const in bytesPerPixel()
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cShaderImageSizeTests.cpp403 GLenum TexFormat<vec4>() in TexFormat() function
409 GLenum TexFormat<ivec4>() in TexFormat() function
415 GLenum TexFormat<uvec4>() in TexFormat() function
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dmtypes.h764 mesa_format TexFormat; /**< The actual texture memory format */ member