Searched defs:texCube (Results 1 – 14 of 14) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fFboApiTests.cpp | 211 deUint32 texCube = 2; in validTexCubeAttachmentsTest() local 283 deUint32 texCube = 2; in invalidTexCubeAttachmentTest() local 435 deUint32 texCube = 1; in deleteTexCubeAttachedToBoundFboTest() local 488 deUint32 texCube = 1; in deleteTexCubeAttachedToNotBoundFboTest() local
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fFboApiTest.cpp | 236 deUint32 texCube = 2; in validTexCubeAttachmentsTest() local 308 deUint32 texCube = 2; in invalidTexCubeAttachmentTest() local 487 deUint32 texCube = 1; in deleteTexCubeAttachedToBoundFboTest() local 540 deUint32 texCube = 1; in deleteTexCubeAttachedToNotBoundFboTest() local
|
D | es2fShaderTextureFunctionTests.cpp | 586 …static const TextureSpec texCube (TEXTURETYPE_CUBE_MAP, GL_RGBA, GL_UNSIGNED_BYTE, 256, 256, 1, s… in init() local
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsShaderRenderCase.hpp | 113 const glu::TextureCube* texCube; member 135 const tcu::TextureCube* texCube; member
|
D | glsRandomShaderCase.cpp | 97 void TextureManager::bindTexture (int unit, const glu::TextureCube* texCube) in bindTexture()
|
D | glsShaderRenderCase.cpp | 76 TextureBinding::TextureBinding (const glu::TextureCube* texCube, const tcu::Sampler& sampler) in TextureBinding() 114 void TextureBinding::setTexture (const glu::TextureCube* texCube) in setTexture()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcShaderRenderCase.hpp | 159 const glu::TextureCube* texCube; member 182 const tcu::TextureCube* texCube; member
|
D | glcShaderRenderCase.cpp | 84 TextureBinding::TextureBinding(const glu::TextureCube* texCube, const tcu::Sampler& sampler) in TextureBinding() 124 void TextureBinding::setTexture(const glu::TextureCube* texCube) in setTexture()
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
D | sglrShaderProgram.hpp | 212 const rc::TextureCube* texCube; member
|
D | sglrReferenceContext.cpp | 2214 const TextureCube* texCube = static_cast<const TextureCube*>(texture); in checkFramebufferStatus() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRender.hpp | 168 const tcu::TextureCube* texCube; member 195 const tcu::TextureCube* texCube; member
|
D | vktShaderRender.cpp | 334 TextureBinding::TextureBinding (const tcu::TextureCube* texCube, const tcu::Sampler& sampler) in TextureBinding()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fNegativeBufferApiTests.cpp | 1198 GLuint texCube = 0x1234; in framebuffer_texture2d() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageSamplingInstance.cpp | 1316 const TestTextureCube* texCube = dynamic_cast<const TestTextureCube*>(&testTexture); in getTextureCubeView() local
|