HomeSort by relevance Sort by last modified time
    Searched refs:toVec (Results 1 - 21 of 21) sorted by null

  /external/deqp/modules/gles3/functional/
es3fFragmentOutputTests.cpp 127 vector<FragmentOutput> toVec (void) const
    [all...]
es3fShaderFragDataTests.cpp 299 gl.clearBufferfv(GL_COLOR, 0, tcu::RGBA::red.toVec().getPtr());
300 gl.clearBufferfv(GL_COLOR, 1, tcu::RGBA::red.toVec().getPtr());
es3fDepthStencilClearTests.cpp 406 tcu::clear(dst.getAccess(), tcu::RGBA::red.toVec());
es3fTextureFilteringTests.cpp 785 4, tcu::RGBA(colorA).toVec()*cScale + cBias, tcu::RGBA(colorB).toVec()*cScale + cBias);
    [all...]
es3fShaderDerivateTests.cpp 293 errorMask.setPixel(tcu::RGBA::red.toVec(), x, y);
567 tcu::clear(errorMask.getAccess(), tcu::RGBA::green.toVec());
    [all...]
es3fTextureShadowTests.cpp 806 tcu::fillWithGrid(m_gridTex->getRefTexture().getLevel(levelNdx), 4, tcu::RGBA(colorA).toVec()*cScale + cBias, tcu::RGBA(colorB).toVec()*cScale + cBias);
    [all...]
es3fTextureMipmapTests.cpp     [all...]
  /external/deqp/framework/common/
tcuRGBA.cpp 46 Vec4 RGBA::toVec (void) const
tcuRGBA.hpp 89 Vec4 toVec (void) const;
tcuImageCompare.cpp 301 diffMask.setPixel(tcu::RGBA(deClamp32(sum*diffFactor, 0, 255), deClamp32(255-sum*diffFactor, 0, 255), 0, 255).toVec(), x, y);
    [all...]
  /external/deqp/modules/egl/
teglColorClearCase.cpp 113 case EGL_OPENGL_ES_BIT: gles1::clear(clear.x, clear.y, clear.width, clear.height, clear.color.toVec()); break;
114 case EGL_OPENGL_ES2_BIT: gles2::clear(clear.x, clear.y, clear.width, clear.height, clear.color.toVec()); break;
115 case EGL_OPENGL_ES3_BIT_KHR: gles2::clear(clear.x, clear.y, clear.width, clear.height, clear.color.toVec()); break;
116 case EGL_OPENVG_BIT: vg::clear (clear.x, clear.y, clear.width, clear.height, clear.color.toVec()); break;
  /external/llvm/lib/IR/
Constants.cpp     [all...]
  /external/deqp/modules/glshared/
glsTextureTestUtil.cpp     [all...]
glsBufferTestUtil.cpp 527 255).toVec();
glsShaderRenderCase.cpp 75 inline tcu::Vec4 toVec (const RGBA& c)
  /external/deqp/modules/gles31/functional/
es31fTextureFilteringTests.cpp 255 4, tcu::RGBA(colorA).toVec()*cScale + cBias, tcu::RGBA(colorB).toVec()*cScale + cBias);
es31fTextureGatherTests.cpp 590 tcu::clear(errorMask.getAccess(), tcu::RGBA::green.toVec());
668 tcu::clear(errorMask.getAccess(), tcu::RGBA::green.toVec());
717 tcu::clear(errorMask.getAccess(), tcu::RGBA::green.toVec());
    [all...]
es31fTextureMultisampleTests.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fBufferTestUtil.cpp 367 255).toVec();
es2fDepthStencilClearTests.cpp 403 tcu::clear(dst.getAccess(), tcu::RGBA::red.toVec());
es2fFboRenderTest.cpp 687 Vec4 color = RGBA(deRandom_getUint32(&rnd)).toVec();
    [all...]

Completed in 720 milliseconds