Home
last modified time | relevance | path

Searched refs:texel (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/gui/tests/
DMultiTextureConsumer_test.cpp88 uint32_t texel = 0x80808080; in TEST_F() local
90 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 1, 1, 0, GL_RGBA, GL_UNSIGNED_BYTE, &texel); in TEST_F()
/frameworks/native/opengl/tests/finish/
Dfinish.cpp179 int16_t texel = 0xF800; in main() local
181 1, 1, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, &texel); in main()
/frameworks/native/vulkan/api/
Dvulkan.api1510 …EL_BUFFER_BIT = 0x00000008, /// Format can be used for uniform texel buffers (TBOs)
1511 …EL_BUFFER_BIT = 0x00000010, /// Format can be used for storage texel buffers (IBOs)
1512 … = 0x00000020, /// Format supports atomic operations in case it's used for storage texel buffers
3072 … minTexelBufferOffsetAlignment /// min required alignment for texel buffer offsets (by…
3076 … minTexelOffset /// min texel offset for OpTextu…
3077 … maxTexelOffset /// max texel offset for OpTextu…
3078 … minTexelGatherOffset /// min texel offset for OpTextu…
3079 … maxTexelGatherOffset /// max texel offset for OpTextu…