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

1 2

  /external/deqp/framework/common/
tcuTexVerifierUtil.cpp 82 if (y >= ey) faces[numFaces++] = CUBEFACE_POSITIVE_Y;
102 faces[numFaces++] = CUBEFACE_POSITIVE_Y;
tcuTexture.cpp     [all...]
tcuTexture.hpp 459 CUBEFACE_POSITIVE_Y,
    [all...]
tcuTextureUtil.cpp     [all...]
  /external/deqp/modules/glshared/
glsSamplerObjectTest.cpp 437 refTexture.allocLevel(tcu::CUBEFACE_POSITIVE_Y, 0);
444 tcu::fillWithComponentGradients(refTexture.getLevelFace(0, tcu::CUBEFACE_POSITIVE_Y), tcu::Vec4(0.0f, 0.0f, 0.0f, 0.0f), tcu::Vec4(1.0f, 1.0f, 1.0f, 1.0f));
    [all...]
glsLongStressCase.cpp 202 case tcu::CUBEFACE_POSITIVE_Y: return GL_TEXTURE_CUBE_MAP_POSITIVE_Y;
    [all...]
  /external/deqp/modules/gles31/functional/
es31fFboColorbufferTests.cpp 82 case 2: return tcu::CUBEFACE_POSITIVE_Y;
es31fTextureFilteringTests.cpp 64 case tcu::CUBEFACE_POSITIVE_Y: return "+Y";
es31fTextureFormatTests.cpp 60 case 2: return tcu::CUBEFACE_POSITIVE_Y;
es31fTextureSpecificationTests.cpp 92 case 2: return tcu::CUBEFACE_POSITIVE_Y;
    [all...]
es31fShaderImageLoadStoreTests.cpp 285 case tcu::CUBEFACE_POSITIVE_Y: return GL_TEXTURE_CUBE_MAP_POSITIVE_Y;
480 tcu::CUBEFACE_POSITIVE_Y,
    [all...]
  /external/deqp/framework/opengl/
gluTextureUtil.cpp     [all...]
gluTextureTestUtil.cpp 584 case tcu::CUBEFACE_POSITIVE_Y: maNdx = 1; sNdx = 0; tNdx = 2; break;
    [all...]
  /external/deqp/modules/gles2/accuracy/
es2aTextureFilteringTests.cpp 500 int texCoordTRow = face == tcu::CUBEFACE_NEGATIVE_Y || face == tcu::CUBEFACE_POSITIVE_Y ? 2 : 1;
  /external/deqp/modules/gles3/accuracy/
es3aTextureFilteringTests.cpp 509 int texCoordTRow = face == tcu::CUBEFACE_NEGATIVE_Y || face == tcu::CUBEFACE_POSITIVE_Y ? 2 : 1;
  /external/deqp/modules/gles2/functional/
es2fTextureSpecificationTests.cpp 310 case tcu::CUBEFACE_POSITIVE_Y: texCoords[fragNdx] = tcu::Vec3( +x, +1.0f, +y); break;
402 , m_texCubePosYShader (tcu::CUBEFACE_POSITIVE_Y)
    [all...]
es2fTextureCompletenessTests.cpp     [all...]
es2fTextureFilteringTests.cpp 523 case tcu::CUBEFACE_POSITIVE_Y: return "+Y";
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageUtil.cpp     [all...]
vktPipelineImageSamplingInstance.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureShadowTests.cpp 517 case tcu::CUBEFACE_POSITIVE_Y: return "+Y";
    [all...]
vktTextureFilteringTests.cpp 399 case tcu::CUBEFACE_POSITIVE_Y: return "+Y";
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFboColorbufferTests.cpp 353 tcu::CUBEFACE_POSITIVE_Y,
    [all...]
es3fTextureShadowTests.cpp 588 case tcu::CUBEFACE_POSITIVE_Y: return "+Y";
    [all...]
es3fTextureFilteringTests.cpp 550 case tcu::CUBEFACE_POSITIVE_Y: return "+Y";
    [all...]

Completed in 954 milliseconds

1 2