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

1 2 3 45 6 7 8 9

  /external/deqp/framework/platform/X11/
tcuX11GlxPlatform.cpp 51 using glu::RenderContext;
79 RenderContext* createContext (const RenderConfig& config,
163 class GlxRenderContext : public RenderContext
210 RenderContext* GlxContextFactory::createContext (const RenderConfig& config,
214 GlxRenderContext* const renderContext = new GlxRenderContext(*this, config);
215 return renderContext;
  /external/deqp/modules/gles2/functional/
es2fScissorTests.cpp 54 glu::RenderContext& rc = m_context.getRenderContext();
es2fShaderFragDataTests.cpp 148 const glu::RenderContext& renderCtx = m_context.getRenderContext();
  /external/deqp/modules/gles3/functional/
es3fASTCDecompressionCases.cpp 200 static inline ASTCSupportLevel getASTCSupportLevel (const glu::ContextInfo& contextInfo, const glu::RenderContext& renderCtx)
330 const glu::RenderContext& renderCtx = m_context.getRenderContext();
428 const glu::RenderContext& renderCtx = m_context.getRenderContext();
562 const glu::RenderContext& renderCtx = m_context.getRenderContext();
es3fScissorTests.cpp 64 glu::RenderContext& rc = m_context.getRenderContext();
es3fShaderFragDataTests.cpp 148 const glu::RenderContext& renderCtx = m_context.getRenderContext();
230 const glu::RenderContext& renderCtx = m_context.getRenderContext();
es3fFboCompletenessTests.cpp 177 ES3Checker (const glu::RenderContext& ctx)
438 Checker* createChecker (const glu::RenderContext& ctx) { return new ES3Checker(ctx); }
es3fTextureFilteringTests.cpp 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, deUint32 internalFormat, int width, int height);
68 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);
79 glu::RenderContext& m_renderCtx;
120 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)
136 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)
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, deUint32 internalFormat, int width, int height);
344 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);
355 glu::RenderContext& m_renderCtx;
397 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)
414 TextureCubeFilteringCase::TextureCubeFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilte (…)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSeparateShaderTests.cpp 87 using glu::RenderContext;
610 ShaderProgramWrapper (const RenderContext& renderCtx,
626 RawProgramWrapper (const RenderContext& renderCtx,
976 void setViewport (const RenderContext& renderCtx, const Rectangle& rect)
981 void readRectangle (const RenderContext& renderCtx, const Rectangle& rect, Surface& dst)
987 Rectangle randomViewport (const RenderContext& ctx, Random& rnd,
1024 const RenderContext& getRenderContext (void);
1060 const RenderContext& SeparateShaderTest::getRenderContext (void)
1117 const RenderContext& renderCtx = getRenderContext();
    [all...]
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...]
es31fCopyImageTests.cpp     [all...]
es31fShaderImageLoadStoreTests.cpp 56 using glu::RenderContext;
354 static inline void checkTextureTypeExtensions (const glu::ContextInfo& contextInfo, TextureType type, const RenderContext& renderContext)
356 if (type == TEXTURETYPE_BUFFER && !contextInfo.isExtensionSupported(s_texBufExtString) && !glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)))
360 static inline string textureTypeExtensionShaderRequires (TextureType type, const RenderContext& renderContext)
362 if (!glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)) && (type == TEXTURETYPE_BUFFER))
370 static inline string imageAtomicExtensionShaderRequires (const RenderContext& renderContext)
372 if (!glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2))
    [all...]
  /external/deqp/modules/glshared/
glsLongStressCase.hpp 273 const glu::RenderContext& renderCtx,
298 const glu::RenderContext& m_renderCtx;
glsTextureBufferCase.cpp 381 glu::ShaderProgram* createRenderProgram (glu::RenderContext& renderContext,
387 const glu::GLSLVersion glslVersion = glu::getContextTypeGLSLVersion(renderContext.getType());
392 glu::ShaderProgram* const program = new glu::ShaderProgram(renderContext, glu::makeVtxFragSources(vertexShaderSource, fragmentShaderSource));
553 glu::RenderContext& renderContext,
566 modifyBufferSubData(log, rng, renderContext.getFunctions(), texture);
569 modifyMapWrite(log, rng, renderContext.getFunctions(), texture);
572 modifyMapReadWrite(log, resultCollector, rng, renderContext.getFunctions(), texture);
575 void renderGL (glu::RenderContext& renderContext
    [all...]
glsTextureTestUtil.cpp 66 ProgramLibrary::ProgramLibrary (const glu::RenderContext& context, tcu::TestLog& log, glu::GLSLVersion glslVersion, glu::Precision texCoordPrecision)
280 TextureRenderer::TextureRenderer (const glu::RenderContext& context, tcu::TestLog& log, glu::GLSLVersion glslVersion, glu::Precision texCoordPrecision)
glsVertexArrayTests.cpp 720 ContextArrayPack::ContextArrayPack (glu::RenderContext& renderCtx, sglr::Context& drawContext)
749 ContextShaderProgram (const glu::RenderContext& ctx, const std::vector<ContextArray*>& arrays);
755 static std::string genVertexSource (const glu::RenderContext& ctx, const std::vector<ContextArray*>& arrays);
756 static std::string genFragmentSource (const glu::RenderContext& ctx);
760 static sglr::pdec::ShaderProgramDeclaration createProgramDeclaration (const glu::RenderContext& ctx, const std::vector<ContextArray*>& arrays);
766 ContextShaderProgram::ContextShaderProgram (const glu::RenderContext& ctx, const std::vector<ContextArray*>& arrays)
876 std::string ContextShaderProgram::genVertexSource (const glu::RenderContext& ctx, const std::vector<ContextArray*>& arrays)
1020 std::string ContextShaderProgram::genFragmentSource (const glu::RenderContext& ctx)
1123 sglr::pdec::ShaderProgramDeclaration ContextShaderProgram::createProgramDeclaration (const glu::RenderContext& ctx, const std::vector<ContextArray*>& arrays)
    [all...]
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...]
  /external/deqp/modules/gles2/accuracy/
es2aTextureMipmapTests.cpp 79 glu::RenderContext& renderCtx,
101 glu::RenderContext& m_renderCtx;
118 glu::RenderContext& renderCtx,
380 glu::RenderContext& renderCtx,
401 glu::RenderContext& m_renderCtx;
417 glu::RenderContext& renderCtx,
  /external/deqp/modules/gles3/accuracy/
es3aTextureMipmapTests.cpp 75 glu::RenderContext& renderCtx,
97 glu::RenderContext& m_renderCtx;
114 glu::RenderContext& renderCtx,
372 glu::RenderContext& renderCtx,
393 glu::RenderContext& m_renderCtx;
409 glu::RenderContext& renderCtx,
  /external/deqp/framework/opengl/simplereference/
sglrGLContext.hpp 53 GLContext (const glu::RenderContext& context, tcu::TestLog& log, deUint32 logFlags, const tcu::IVec4& baseViewport);
227 const glu::RenderContext& m_context;
  /external/deqp/framework/platform/ios/
tcuIOSPlatform.mm 74 glu::RenderContext* ContextFactory::createContext (const glu::RenderConfig& config, const tcu::CommandLine&) const
  /external/deqp/framework/opengl/
gluFboRenderContext.cpp 152 FboRenderContext::FboRenderContext (RenderContext* context, const RenderConfig& config)
  /external/deqp/modules/gles3/stress/
es3sOcclusionQueryTests.cpp 76 glu::RenderContext& m_renderCtx;

Completed in 906 milliseconds

1 2 3 45 6 7 8 9