Searched refs:renderReference (Results 1 - 16 of 16) sorted by relevance

/external/deqp/modules/glshared/
H A DglsStateChangePerfTestCases.hpp75 virtual void renderReference (const glw::Functions& gl) = 0;
H A DglsStateChangePerfTestCases.cpp611 renderReference(gl);
H A DglsTextureBufferCase.cpp656 void renderReference (RenderBits renderBits, function in namespace:deqp::gls::__anon4864
777 renderReference(renderBits, coordSeed, triangleCount, texture, maxTextureBufferSize, target);
/external/deqp/modules/gles2/functional/
H A Des2fDepthStencilClearTests.cpp132 void renderReference (tcu::Surface& dst, const vector<Clear>& clears);
215 renderReference(reference, clears);
397 void DepthStencilClearCase::renderReference (tcu::Surface& dst, const vector<Clear>& clears) function in class:deqp::gles2::Functional::DepthStencilClearCase
H A Des2fDepthStencilTests.cpp481 void renderReference (const vector<ClearCommand>& clears, const tcu::PixelBufferAccess& dstColor, const tcu::PixelBufferAccess& dstStencil, int stencilBits) function in namespace:deqp::gles2::Functional::DepthStencilCaseUtil
672 renderReference(m_baseClears, m_refColorBuffer->getAccess(), m_refStencilBuffer->getAccess(), m_renderTarget.stencilBits);
/external/deqp/modules/gles3/functional/
H A Des3fDepthStencilClearTests.cpp132 void renderReference (tcu::Surface& dst, const vector<Clear>& clears);
218 renderReference(reference, clears);
400 void DepthStencilClearCase::renderReference (tcu::Surface& dst, const vector<Clear>& clears) function in class:deqp::gles3::Functional::DepthStencilClearCase
H A Des3fShaderBuiltinVarTests.cpp708 void renderReference (const tcu::PixelBufferAccess& dst, const int numVertices, const deUint16* const indices, const tcu::Vec4* const positions, const tcu::Vec4* const colors);
932 void VertexIDCase::renderReference (const tcu::PixelBufferAccess& dst, const int numVertices, const deUint16* const indices, const tcu::Vec4* const positions, const tcu::Vec4* const colors) function in class:deqp::gles3::Functional::VertexIDCase
1012 renderReference(refImg.getAccess(), (int)m_positions.size(), &indices[0], &m_positions[0], &m_colors[0]);
1035 renderReference(refImg.getAccess(), (int)indices.size(), &indices[0], &mappedPos[0], &m_colors[0]);
1062 renderReference(refImg.getAccess(), (int)indices.size(), &indices[0], &mappedPos[0], &m_colors[0]);
H A Des3fDepthStencilTests.cpp481 void renderReference (const vector<ClearCommand>& clears, const tcu::PixelBufferAccess& dstColor, const tcu::PixelBufferAccess& dstStencil, int stencilBits) function in namespace:deqp::gles3::Functional::DepthStencilCaseUtil
672 renderReference(m_baseClears, m_refColorBuffer->getAccess(), m_refStencilBuffer->getAccess(), m_renderTarget.stencilBits);
/external/deqp/modules/gles2/accuracy/
H A Des2aVaryingInterpolationTests.cpp64 static void renderReference (const SurfaceAccess& dst, const float coords[4*3], const Vec4& wCoord, const Vec3& scale, const Vec3& bias) function in namespace:deqp::gles2::Accuracy
264 renderReference(SurfaceAccess(reference, m_context.getRenderTarget().getPixelFormat()), coords, wCoord, scale, bias);
/external/deqp/modules/gles3/accuracy/
H A Des3aVaryingInterpolationTests.cpp66 static void renderReference (const SurfaceAccess& dst, const float coords[4*3], const Vec4& wCoord, const Vec3& scale, const Vec3& bias) function in namespace:deqp::gles3::Accuracy
270 renderReference(SurfaceAccess(reference, m_context.getRenderTarget().getPixelFormat()), coords, wCoord, scale, bias);
/external/deqp/modules/egl/
H A DteglColorClearCase.cpp101 static void renderReference (tcu::Surface& dst, const vector<ClearOp>& clears, const tcu::PixelFormat& pixelFormat) function in namespace:deqp::egl
243 renderReference(refFrame, clears, pixelFmt);
H A DteglRenderTests.cpp382 void renderReference (const tcu::PixelBufferAccess& dst, const vector<DrawPrimitiveOp>& drawOps, const tcu::PixelFormat& colorBits, const int depthBits, const int stencilBits, const int numSamples) function in namespace:deqp::egl::__anon4253
789 renderReference(refFrame.getAccess(), drawOps, pixelFmt, depthBits, stencilBits, 1);
1017 renderReference(refFrame.getAccess(), drawOps, pixelFmt, depthBits, stencilBits, 1);
/external/deqp/modules/gles2/performance/
H A Des2pRedundantStateChangeTests.cpp56 virtual void renderReference (const glw::Functions& gl);
82 void RedundantStateChangeCase::renderReference (const glw::Functions& gl) function in class:deqp::gles2::Performance::__anon4373::RedundantStateChangeCase
H A Des2pStateChangeTests.cpp56 virtual void renderReference (const glw::Functions& gl);
86 void StateChangeCase::renderReference (const glw::Functions& gl) function in class:deqp::gles2::Performance::__anon4378::StateChangeCase
/external/deqp/modules/gles3/performance/
H A Des3pRedundantStateChangeTests.cpp56 virtual void renderReference (const glw::Functions& gl);
82 void RedundantStateChangeCase::renderReference (const glw::Functions& gl) function in class:deqp::gles3::Performance::__anon4658::RedundantStateChangeCase
H A Des3pStateChangeTests.cpp56 virtual void renderReference (const glw::Functions& gl);
86 void StateChangeCase::renderReference (const glw::Functions& gl) function in class:deqp::gles3::Performance::__anon4663::StateChangeCase

Completed in 246 milliseconds