HomeSort by relevance Sort by last modified time
    Searched refs:CUBEFACE_POSITIVE_Z (Results 1 - 25 of 30) sorted by null

1 2

  /external/deqp/framework/common/
tcuTexVerifierUtil.cpp 87 if (z >= ez) faces[numFaces++] = CUBEFACE_POSITIVE_Z;
108 faces[numFaces++] = CUBEFACE_POSITIVE_Z;
tcuTexture.cpp     [all...]
tcuTexture.hpp 461 CUBEFACE_POSITIVE_Z,
    [all...]
tcuTextureUtil.cpp     [all...]
  /external/deqp/modules/glshared/
glsSamplerObjectTest.cpp 438 refTexture.allocLevel(tcu::CUBEFACE_POSITIVE_Z, 0);
445 tcu::fillWithComponentGradients(refTexture.getLevelFace(0, tcu::CUBEFACE_POSITIVE_Z), tcu::Vec4(0.0f, 0.0f, 0.0f, 0.0f), tcu::Vec4(1.0f, 1.0f, 1.0f, 1.0f));
    [all...]
glsLongStressCase.cpp 204 case tcu::CUBEFACE_POSITIVE_Z: return GL_TEXTURE_CUBE_MAP_POSITIVE_Z;
    [all...]
  /external/deqp/modules/gles31/functional/
es31fFboColorbufferTests.cpp 84 case 4: return tcu::CUBEFACE_POSITIVE_Z;
es31fTextureFilteringTests.cpp 66 case tcu::CUBEFACE_POSITIVE_Z: return "+Z";
es31fTextureFormatTests.cpp 62 case 4: return tcu::CUBEFACE_POSITIVE_Z;
es31fTextureSpecificationTests.cpp 94 case 4: return tcu::CUBEFACE_POSITIVE_Z;
    [all...]
es31fShaderImageLoadStoreTests.cpp 287 case tcu::CUBEFACE_POSITIVE_Z: return GL_TEXTURE_CUBE_MAP_POSITIVE_Z;
482 tcu::CUBEFACE_POSITIVE_Z,
    [all...]
  /external/deqp/framework/opengl/
gluTextureUtil.cpp     [all...]
gluTextureTestUtil.cpp 586 case tcu::CUBEFACE_POSITIVE_Z: maNdx = 2; sNdx = 0; tNdx = 1; break;
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureSpecificationTests.cpp 312 case tcu::CUBEFACE_POSITIVE_Z: texCoords[fragNdx] = tcu::Vec3( +x, -y, +1.0f); break;
404 , m_texCubePosZShader (tcu::CUBEFACE_POSITIVE_Z)
    [all...]
es2fTextureCompletenessTests.cpp     [all...]
es2fTextureFilteringTests.cpp 525 case tcu::CUBEFACE_POSITIVE_Z: return "+Z";
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageUtil.cpp     [all...]
vktPipelineImageSamplingInstance.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureShadowTests.cpp 519 case tcu::CUBEFACE_POSITIVE_Z: return "+Z";
    [all...]
vktTextureFilteringTests.cpp 401 case tcu::CUBEFACE_POSITIVE_Z: return "+Z";
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFboColorbufferTests.cpp 354 tcu::CUBEFACE_POSITIVE_Z,
    [all...]
es3fTextureShadowTests.cpp 590 case tcu::CUBEFACE_POSITIVE_Z: return "+Z";
    [all...]
es3fTextureFilteringTests.cpp 552 case tcu::CUBEFACE_POSITIVE_Z: return "+Z";
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp 128 case Framebuffer::TEXTARGET_CUBE_MAP_POSITIVE_Z: return tcu::CUBEFACE_POSITIVE_Z;
153 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: return tcu::CUBEFACE_POSITIVE_Z;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp     [all...]

Completed in 1464 milliseconds

1 2