Searched refs:texAccess (Results 1 – 7 of 7) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcNearestEdgeTests.cpp | 269 tcu::PixelBufferAccess texAccess{m_texFormat, m_width, m_height, 1, m_texData.data()}; in fillTexture() local 287 texAccess.setPixel(finalColor, x, y); in fillTexture() 363 tcu::ConstPixelBufferAccess texAccess {m_texFormat, m_width, m_height, 1, m_texData.data()}; in verifyResults() local 379 const auto texPixel = texAccess.getPixel(x, y); in verifyResults() 403 log << tcu::TestLog::Image("texture", "Generated Texture", texAccess); in verifyResults()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_shader_texture_image_samples.txt | 147 <texAccess>
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_shader_texture_image_samples.txt | 157 <texAccess>
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_gpu_program5.txt | 322 <texAccess> 384 <texAccess> ::= <textureUseS> "," <texTarget> <optTexOffset>
|
D | NV_gpu_program4.txt | 450 <instOperandV> "," <texAccess> 461 <instOperandV> "," <texAccess> 509 <texAccess> ::= <texImageUnit> "," <texTarget>
|
/third_party/openGLES/extensions/NV/ |
D | NV_gpu_program5.txt | 322 <texAccess> 384 <texAccess> ::= <textureUseS> "," <texTarget> <optTexOffset>
|
D | NV_gpu_program4.txt | 450 <instOperandV> "," <texAccess> 461 <instOperandV> "," <texAccess> 509 <texAccess> ::= <texImageUnit> "," <texTarget>
|