HomeSort by relevance Sort by last modified time
    Searched defs:tex2DArray (Results 1 - 5 of 5) sorted by null

  /external/deqp/framework/opengl/simplereference/
sglrShaderProgram.hpp 213 const rc::Texture2DArray* tex2DArray;
  /external/deqp/modules/glshared/
glsShaderRenderCase.hpp 90 TextureBinding (const glu::Texture2DArray* tex2DArray, const tcu::Sampler& sampler);
97 void setTexture (const glu::Texture2DArray* tex2DArray);
104 const glu::Texture2DArray* get2DArray (void) const { DE_ASSERT(getType() == TYPE_2D_ARRAY); return m_binding.tex2DArray;}
114 const glu::Texture2DArray* tex2DArray;
136 const tcu::Texture2DArray* tex2DArray;
142 , tex2DArray(DE_NULL)
  /external/deqp/modules/gles31/functional/
es31fNegativeBufferApiTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageSamplingInstance.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.hpp 122 TextureBinding (const tcu::Texture2DArray* tex2DArray, const tcu::Sampler& sampler);
135 const tcu::Texture2DArray& get2DArray (void) const { DE_ASSERT(getType() == TYPE_2D_ARRAY && m_binding.tex2DArray != NULL); return *m_binding.tex2DArray; }
158 const tcu::Texture2DArray* tex2DArray;
185 const tcu::Texture2DArray* tex2DArray;
194 , tex2DArray (DE_NULL)

Completed in 1421 milliseconds