/external/deqp/modules/glshared/ |
glsMemoryStressCase.hpp | 61 MemoryStressCase (tcu::TestContext& testCtx, glu::RenderContext& renderContext, deUint32 objectTypes, int minTextureSize, int maxTextureSize, int minBufferSize, int maxBufferSize, bool write, bool use, bool useDummyData, bool clearAfterOOM, const char* name, const char* desc); 76 glu::RenderContext& m_renderCtx;
|
glsBuiltinPrecisionTests.hpp | 55 glu::RenderContext& renderCtx,
|
glsShaderLibrary.cpp | 38 CaseFactory (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& contextInfo) 57 glu::RenderContext& m_renderCtx; 63 ShaderLibrary::ShaderLibrary (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& contextInfo)
|
glsTextureBufferCase.hpp | 31 class RenderContext; 67 glu::RenderContext& renderCtx, 85 glu::RenderContext& m_renderCtx;
|
glsFragmentOpUtil.hpp | 35 class RenderContext; 68 QuadRenderer (const glu::RenderContext& context, glu::GLSLVersion glslVersion); 77 const glu::RenderContext& m_context;
|
glsTextureStateQueryTests.hpp | 77 tcu::TestCase* createIsTextureTest (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const std::string& name, const std::string& description, glw::GLenum target); 78 tcu::TestCase* createTexParamTest (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const std::string& name, const std::string& description, StateQueryUtil::QueryType queryType, glw::GLenum target, TesterType tester); 79 tcu::TestCase* createSamplerParamTest (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const std::string& name, const std::string& description, StateQueryUtil::QueryType queryType, TesterType tester);
|
glsFboCompletenessTests.hpp | 45 using glu::RenderContext; 61 RenderContext& renderCtx, 63 RenderContext& getRenderContext (void) const { return m_renderCtx; } 78 RenderContext& m_renderCtx;
|
glsShaderPerformanceCase.hpp | 47 ShaderPerformanceCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, PerfCaseType caseType); 72 glu::RenderContext& m_renderCtx;
|
glsRandomUniformBlockCase.hpp | 69 glu::RenderContext& renderCtx,
|
glsSamplerObjectTest.hpp | 63 TextureSamplerTest (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const TestSpec& spec); 88 glu::RenderContext& m_renderCtx; 122 MultiTextureSamplerTest (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const TestSpec& spec); 147 glu::RenderContext& m_renderCtx;
|
glsRandomShaderCase.hpp | 81 RandomShaderCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, const rsg::ProgramParameters& params); 93 glu::RenderContext& m_renderCtx;
|
glsShaderPerformanceMeasurer.hpp | 77 ShaderPerformanceMeasurer (const glu::RenderContext& renderCtx, PerfCaseType measureType); 111 const glu::RenderContext& m_renderCtx;
|
glsFboUtil.hpp | 185 bool checkExtensionSupport (const glu::RenderContext& ctx, const std::string& extension); 191 void addExtFormats (FormatDB& db, FormatExtEntries extFmts, const glu::RenderContext* ctx); 396 Checker (const glu::RenderContext&); 411 const glu::RenderContext& m_renderCtx; 420 virtual Checker* createChecker (const glu::RenderContext&) = 0; 431 const glu::RenderContext& renderCtx); 438 const glu::RenderContext& m_renderCtx;
|
glsShaderRenderCase.hpp | 41 class RenderContext; 207 ShaderRenderCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, bool isVertexCase, ShaderEvalFunc evalFunc); 208 ShaderRenderCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, bool isVertexCase, ShaderEvaluator& evaluator); 241 glu::RenderContext& m_renderCtx; 264 void setupDefaultUniforms (const glu::RenderContext& context, deUint32 programID);
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/ |
Shader.java | 21 import com.badlogic.gdx.graphics.g3d.utils.RenderContext;
32 * To start rendering the {@link #begin(Camera, RenderContext)} method must be called. After which the {@link #end()} method must
35 * {@link #begin(Camera, RenderContext)} or after a call to {@link #end()}. Each Shader needs exclusive access to the OpenGL state
36 * and {@link RenderContext} between the {@link #begin(Camera, RenderContext)} and {@link #end()} methods, therefore only one
75 void begin (Camera camera, RenderContext context);
77 /** Renders the {@link Renderable}, must be called between {@link #begin(Camera, RenderContext)} and {@link #end()}. The Shader
85 * method, which must be preceded by a call to {@link #begin(Camera, RenderContext)}. After a call to this method an call to
86 * the {@link #render(Renderable)} method will fail until the {@link #begin(Camera, RenderContext)} is called. */
|
ModelBatch.java | 26 import com.badlogic.gdx.graphics.g3d.utils.RenderContext;
39 * The OpenGL context between the {@link #begin(Camera)} and {@link #end()} call is maintained by the {@link RenderContext}.
66 /** the {@link RenderContext} **/
67 protected final RenderContext context;
75 * @param context The {@link RenderContext} to use.
78 public ModelBatch (final RenderContext context, final ShaderProvider shaderProvider, final RenderableSorter sorter) {
81 this.context = (context == null) ? new RenderContext(new DefaultTextureBinder(DefaultTextureBinder.WEIGHTED, 1)) : context;
86 * @param context The {@link RenderContext} to use.
88 public ModelBatch (final RenderContext context, final ShaderProvider shaderProvider) {
93 * @param context The {@link RenderContext} to use. [all...] |
/external/deqp/modules/gles31/functional/ |
es31fNegativeTestShared.hpp | 60 NegativeTestContext (ErrorCase& host, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, tcu::TestLog& log, tcu::ResultCollector& results, bool enableLog); 67 const glu::RenderContext& getRenderContext (void) const { return m_renderCtx; } 81 glu::RenderContext& m_renderCtx;
|
/external/deqp/framework/opengl/ |
gluContextInfo.cpp | 50 bool operator() (const RenderContext& context) const 69 ES2ContextInfo (const RenderContext& context); 139 ES2ContextInfo::ES2ContextInfo (const RenderContext& context) 164 set<int> GetCompressedTextureFormats::operator() (const RenderContext& context) const 185 ContextInfo::ContextInfo (const RenderContext& context) 250 ContextInfo* ContextInfo::create (const RenderContext& context)
|
gluDefs.hpp | 46 class RenderContext; 70 void checkError (const RenderContext& context, const char* msg, const char* file, int line);
|
gluRenderContext.hpp | 193 class RenderContext 196 RenderContext (void) {} 197 virtual ~RenderContext (void) {} 215 RenderContext (const RenderContext& other); // Not allowed! 216 RenderContext& operator= (const RenderContext& other); // Not allowed! 221 RenderContext* createDefaultRenderContext (tcu::Platform& platform, const tcu::CommandLine& cmdLine, ApiType apiType);
|
gluPixelTransfer.cpp | 49 void readPixels (const RenderContext& context, int x, int y, const tcu::PixelBufferAccess& dst) 68 void texImage2D (const RenderContext& context, deUint32 target, int level, deUint32 internalFormat, const tcu::ConstPixelBufferAccess& src) 87 void texImage3D (const RenderContext& context, deUint32 target, int level, deUint32 internalFormat, const tcu::ConstPixelBufferAccess& src) 107 void texSubImage2D (const RenderContext& context, deUint32 target, int level, int x, int y, const tcu::ConstPixelBufferAccess& src) 126 void texSubImage3D (const RenderContext& context, deUint32 target, int level, int x, int y, int z, const tcu::ConstPixelBufferAccess& src)
|
gluDrawUtil.hpp | 38 class RenderContext; 198 void draw (const RenderContext& context, deUint32 program, int numVertexArrays, const VertexArrayBinding* vertexArrays, const PrimitiveList& primitives, DrawUtilCallback* callback = DE_NULL); 200 void drawFromUserPointers (const RenderContext& context, deUint32 program, int numVertexArrays, const VertexArrayBinding* vertexArrays, const PrimitiveList& primitives, DrawUtilCallback* callback = DE_NULL); 201 void drawFromBuffers (const RenderContext& context, deUint32 program, int numVertexArrays, const VertexArrayBinding* vertexArrays, const PrimitiveList& primitives, DrawUtilCallback* callback = DE_NULL); 202 void drawFromVAOBuffers (const RenderContext& context, deUint32 program, int numVertexArrays, const VertexArrayBinding* vertexArrays, const PrimitiveList& primitives, DrawUtilCallback* callback = DE_NULL);
|
/external/deqp/modules/gles2/functional/ |
es2fLifetimeTests.cpp | 39 using glu::RenderContext;
|
es2fTextureCompletenessTests.cpp | 125 Tex2DCompletenessCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description); 134 glu::RenderContext& m_renderCtx; 138 Tex2DCompletenessCase::Tex2DCompletenessCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description) 177 TexCubeCompletenessCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description); 186 glu::RenderContext& m_renderCtx; 190 TexCubeCompletenessCase::TexCubeCompletenessCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description) 239 Incomplete2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, IVec2 invalidLevelSize, int invalidLevelNdx, const glu::ContextInfo& ctxInfo); 251 Incomplete2DSizeCase::Incomplete2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, IVec2 invalidLevelSize, int invalidLevelNdx, const glu::ContextInfo& ctxInfo) 315 Incomplete2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, deUint32 format, deUint32 invalidFormat, int invalidLevelNdx); 327 Incomplete2DFormatCase::Incomplete2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, deUint32 format, deUint32 inval (…) [all...] |
/external/deqp/framework/platform/ios/ |
tcuIOSPlatform.hh | 68 glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine& cmdLine) const; 84 class RawContext : public glu::RenderContext
|