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

  /external/deqp/framework/opengl/
gluTextureTestUtil.hpp 49 TEXTURETYPE_CUBE,
  /external/deqp/modules/gles2/functional/
es2fTextureSpecificationTests.cpp 333 TEXTURETYPE_CUBE,
472 case TEXTURETYPE_CUBE: verifyTexCube (gles2Context, refContext); break;
522 DE_ASSERT(m_texType == TEXTURETYPE_CUBE);
659 : TextureSpecCase (context, name, desc, TEXTURETYPE_CUBE, glu::mapGLTransferFormat(format, dataType), flags, width, height)
757 : TextureSpecCase (context, name, desc, TEXTURETYPE_CUBE, glu::mapGLTransferFormat(format, dataType), flags, width, height)
863 : TextureSpecCase (context, name, desc, TEXTURETYPE_CUBE, glu::mapGLTransferFormat(format, dataType), flags, width, height)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureGatherTests.cpp 77 TEXTURETYPE_CUBE,
863 case TEXTURETYPE_CUBE: return glu::TYPE_SAMPLER_CUBE_SHADOW;
873 case TEXTURETYPE_CUBE: return glu::getSamplerCubeType(format);
913 case TEXTURETYPE_CUBE: return 3;
    [all...]

Completed in 112 milliseconds