HomeSort by relevance Sort by last modified time
    Searched refs:RenderContext (Results 126 - 150 of 219) sorted by null

1 2 3 4 56 7 8 9

  /external/deqp/framework/opengl/
gluES3PlusWrapperContext.cpp 56 Context (const glu::RenderContext& ctx);
78 Context::Context (const glu::RenderContext& ctx)
gluRenderContext.cpp 120 RenderContext* createDefaultRenderContext (tcu::Platform& platform, const tcu::CommandLine& cmdLine, ApiType apiType)
gluStateReset.cpp 57 void resetStateES (const RenderContext& renderCtx, const ContextInfo& ctxInfo)
629 void resetStateGLCore (const RenderContext& renderCtx, const ContextInfo& ctxInfo)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fLifetimeTests.cpp 57 using glu::RenderContext;
78 const RenderContext& m_renderCtx;
es3fDepthTests.cpp 127 glu::RenderContext& renderCtx = m_context.getRenderContext();
es3fTextureMipmapTests.cpp 128 glu::RenderContext& renderCtx,
150 glu::RenderContext& m_renderCtx;
167 glu::RenderContext& renderCtx,
477 glu::RenderContext& renderCtx,
498 glu::RenderContext& m_renderCtx;
514 glu::RenderContext& renderCtx,
794 Texture2DGenMipmapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 hint, int width, int height);
805 glu::RenderContext& m_renderCtx;
817 Texture2DGenMipmapCase::Texture2DGenMipmapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 hint, int width, int height)
928 TextureCubeGenMipmapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 hint, (…)
    [all...]
es3fDepthStencilClearTests.cpp 402 glu::RenderContext& renderCtx = TestCase::m_context.getRenderContext();
  /external/deqp/modules/glshared/
glsStateChangePerfTestCases.cpp 211 StateChangePerformanceCase::StateChangePerformanceCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, DrawType drawType, int drawCallCount, int triangleCount)
642 StateChangeCallPerformanceCase::StateChangeCallPerformanceCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description)
glsFragmentOpUtil.cpp 136 QuadRenderer::QuadRenderer (const glu::RenderContext& context, glu::GLSLVersion glslVersion)
glsRandomUniformBlockCase.cpp 40 glu::RenderContext& renderCtx,
glsShaderRenderCase.cpp 346 ShaderRenderCase::ShaderRenderCase (TestContext& testCtx, RenderContext& renderCtx, const ContextInfo& ctxInfo, const char* name, const char* description, bool isVertexCase, ShaderEvalFunc evalFunc)
358 ShaderRenderCase::ShaderRenderCase (TestContext& testCtx, RenderContext& renderCtx, const ContextInfo& ctxInfo, const char* name, const char* description, bool isVertexCase, ShaderEvaluator& evaluator)
813 void setupDefaultUniforms (const glu::RenderContext& context, deUint32 programID)
glsLongStressCase.cpp 285 DebugInfoRenderer (const glu::RenderContext& ctx);
297 const glu::RenderContext& m_ctx;
334 DebugInfoRenderer::DebugInfoRenderer (const glu::RenderContext& ctx)
    [all...]
glsShaderPerformanceMeasurer.cpp 121 ShaderPerformanceMeasurer::ShaderPerformanceMeasurer (const glu::RenderContext& renderCtx, PerfCaseType measureType)
glsFboCompletenessTests.cpp 35 using glu::RenderContext;
391 RenderContext& renderCtx,
glsFragOpInteractionCase.cpp 429 ReferenceContext (glu::RenderContext& renderCtx, int width, int height)
437 FragOpInteractionCase::FragOpInteractionCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const rsg::ProgramParameters& params)
  /external/deqp/modules/gles31/functional/
es31fTessellationTests.cpp 64 using glu::RenderContext;
190 tcu::Surface getPixels (const glu::RenderContext& rCtx, int x, int y, int width, int height)
197 tcu::Surface getPixels (const glu::RenderContext& rCtx, const RandomViewport& vp)
307 TransformFeedbackHandler (const glu::RenderContext& renderCtx, int maxNumVertices);
312 const glu::RenderContext& m_renderCtx;
319 TransformFeedbackHandler<AttribType>::TransformFeedbackHandler (const glu::RenderContext& renderCtx, int maxNumVertices)
    [all...]
es31fDrawBuffersIndexedTests.cpp 542 glu::RenderContext& renderContext,
547 const glw::Functions& gl = renderContext.getFunctions();
563 glu::readPixels(renderContext, 0, 0, result.getAccess());
860 glu::VertexSource genVertexSource (glu::RenderContext& renderContext)
862 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2));
880 glu::FragmentSource genFragmentSource (const BlendState& preCommonBlendState, const BlendState& postCommonBlendState, const vector<DrawBufferInfo>& drawBuffers, glu::RenderContext& renderContext)
883 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2))
    [all...]
es31fTextureGatherTests.cpp 133 static tcu::TextureLevel getPixels (const glu::RenderContext& renderCtx, const IVec2& size, const tcu::TextureFormat& colorBufferFormat)
    [all...]
es31fIndirectComputeDispatchTests.cpp 341 const glu::RenderContext& renderCtx = m_context.getRenderContext();
es31fShaderBuiltinConstantTests.cpp 186 static gls::ShaderExecUtil::ShaderExecutor* createGetConstantExecutor (const glu::RenderContext& renderCtx,
es31fAdvancedBlendTests.cpp 210 glu::ProgramSources getBlendProgramSrc (rr::BlendEquationAdvanced equation, glu::RenderContext& renderContext)
212 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2));
395 const glu::RenderContext& renderCtx = m_context.getRenderContext();
es31fTextureBorderClampTests.cpp 219 static de::MovePtr<glu::Texture2D> createTextureFromInternalFormat (glu::RenderContext& renderCtx, deUint32 texFormat, const tcu::IVec2& size)
224 static de::MovePtr<glu::Texture2D> createTextureFromFormatAndType (glu::RenderContext& renderCtx, deUint32 texFormat, deUint32 type, const tcu::IVec2& size)
229 static de::MovePtr<glu::Texture2D> createTextureFromCompressedData (glu::RenderContext& renderCtx,
254 static de::MovePtr<glu::Texture3D> createTextureFromInternalFormat (glu::RenderContext& renderCtx, deUint32 texFormat, const tcu::IVec3& size)
259 static de::MovePtr<glu::Texture3D> createTextureFromFormatAndType (glu::RenderContext& renderCtx, deUint32 texFormat, deUint32 type, const tcu::IVec3& size)
264 static de::MovePtr<glu::Texture3D> createTextureFromCompressedData (glu::RenderContext& renderCtx,
284 de::MovePtr<T> genDummyTexture (glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, deUint32 texFormat, const typename TextureTraits<T>::SizeType& size)
    [all...]
es31fTextureFilteringTests.cpp 322 const glu::RenderContext& renderCtx = m_context.getRenderContext();
  /external/deqp/modules/gles2/functional/
es2fDepthTests.cpp 124 glu::RenderContext& renderCtx = m_context.getRenderContext();
es2fDepthStencilClearTests.cpp 399 glu::RenderContext& renderCtx = TestCase::m_context.getRenderContext();

Completed in 1244 milliseconds

1 2 3 4 56 7 8 9