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

1 2 3 4 56 7 8 9

  /external/deqp/modules/glshared/
glsShaderConstExprTests.cpp 76 glu::RenderContext& renderContext,
170 renderContext,
191 renderContext,
224 renderContext,
245 renderContext,
glsShaderPerformanceCase.cpp 41 ShaderPerformanceCase::ShaderPerformanceCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, PerfCaseType caseType)
glsDrawTest.cpp     [all...]
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)
  /external/deqp/modules/gles3/functional/
es3fTextureFilteringTests.cpp 66 Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 internalFormat, int width, int height);
67 Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, const std::vector<std::string>& filenames);
78 glu::RenderContext& m_renderCtx;
119 Texture2DFilteringCase::Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 internalFormat, int width, int height)
135 Texture2DFilteringCase::Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, const std::vector<std::string>& filenames)
342 TextureCubeFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, bool onlySampleFaceInterior, deUint32 internalFormat, int width, int height);
343 TextureCubeFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, bool onlySampleFaceInterior, const std::vector<std::string>& filenames);
354 glu::RenderContext& m_renderCtx;
396 TextureCubeFilteringCase::TextureCubeFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, bool onlySampleFaceInterior, deUint32 internalFormat, int width, int height)
413 TextureCubeFilteringCase::TextureCubeFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilte (…)
    [all...]
es3fLifetimeTests.cpp 57 using glu::RenderContext;
78 const RenderContext& m_renderCtx;
es3fDepthTests.cpp 127 glu::RenderContext& renderCtx = m_context.getRenderContext();
es3fTextureMipmapTests.cpp 127 glu::RenderContext& renderCtx,
149 glu::RenderContext& m_renderCtx;
166 glu::RenderContext& renderCtx,
476 glu::RenderContext& renderCtx,
497 glu::RenderContext& m_renderCtx;
513 glu::RenderContext& renderCtx,
793 Texture2DGenMipmapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 hint, int width, int height);
804 glu::RenderContext& m_renderCtx;
816 Texture2DGenMipmapCase::Texture2DGenMipmapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 hint, int width, int height)
927 TextureCubeGenMipmapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 hint, (…)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fUniformLocationTests.cpp 98 glu::RenderContext& renderContext,
117 glu::RenderContext& m_renderCtx;
147 glu::RenderContext& renderContext,
152 , m_renderCtx (renderContext)
649 glu::RenderContext& renderContext,
658 glu::RenderContext& renderContext,
    [all...]
es31fShaderImageLoadStoreTests.cpp 56 using glu::RenderContext;
353 static inline void checkTextureTypeExtensions (const glu::ContextInfo& contextInfo, TextureType type, const RenderContext& renderContext)
355 if (type == TEXTURETYPE_BUFFER && !contextInfo.isExtensionSupported(s_texBufExtString) && !glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)))
359 static inline string textureTypeExtensionShaderRequires (TextureType type, const RenderContext& renderContext)
361 if (!glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)) && (type == TEXTURETYPE_BUFFER))
369 static inline string imageAtomicExtensionShaderRequires (const RenderContext& renderContext)
371 if (!glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2))
    [all...]
es31fCopyImageTests.cpp 894 glu::RenderContext& renderContext,
903 const glw::Functions& gl = renderContext.getFunctions();
904 const tcu::RGBA threshold = renderContext.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1);
928 const RandomViewport viewport (renderContext.getRenderTarget(), levelSize.x(), levelSize.y(), rng.getUint32());
947 glu::readPixels(renderContext, viewport.x, viewport.y, renderedFrame.getAccess());
951 sampleTexture(SurfaceAccess(referenceFrame, renderContext.getRenderTarget().getPixelFormat()), refTexture, &texCoord[0], renderParams);
983 glu::RenderContext& renderContext,
990 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2))
    [all...]
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,
  /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)
627 void resetStateGLCore (const RenderContext& renderCtx, const ContextInfo& ctxInfo)
    [all...]
  /external/deqp/modules/gles2/functional/
es2fDepthTests.cpp 124 glu::RenderContext& renderCtx = m_context.getRenderContext();

Completed in 575 milliseconds

1 2 3 4 56 7 8 9