/external/deqp/modules/glshared/ |
H A D | glsShaderConstExprTests.cpp | 76 glu::RenderContext& renderContext, 170 renderContext, 191 renderContext, 224 renderContext, 245 renderContext, 75 createTests(tcu::TestContext& testContext, glu::RenderContext& renderContext, const glu::ContextInfo& contextInfo, const TestParams* cases, int numCases, glu::GLSLVersion version, TestShaderStage testStage) argument
|
H A D | glsMemoryStressCase.cpp | 98 TextureRenderer (tcu::TestLog& log, glu::RenderContext& renderContext); 177 TextureRenderer::TextureRenderer (tcu::TestLog& log, glu::RenderContext& renderContext) argument 179 , m_renderCtx (renderContext) 184 const glu::ContextType ctxType = renderContext.getType(); 260 BufferRenderer (tcu::TestLog& log, glu::RenderContext& renderContext); 339 BufferRenderer::BufferRenderer (tcu::TestLog& log, glu::RenderContext& renderContext) argument 341 , m_renderCtx (renderContext) 346 const glu::ContextType ctxType = renderContext.getType(); 438 MemObjectAllocator (tcu::TestLog& log, glu::RenderContext& renderContext, MemObjectType objectTypes, const MemObjectConfig& config, int seed); 468 MemObjectAllocator::MemObjectAllocator (tcu::TestLog& log, glu::RenderContext& renderContext, MemObjectTyp argument 819 MemoryStressCase(tcu::TestContext& ctx, 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) argument [all...] |
H A D | glsTextureBufferCase.cpp | 381 glu::ShaderProgram* createRenderProgram (glu::RenderContext& renderContext, argument 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, argument 582 const glw::Functions& gl = renderContext.getFunctions(); 583 const glu::VertexArray vao (renderContext); 551 modify(TestLog& log, tcu::ResultCollector& resultCollector, glu::RenderContext& renderContext, ModifyBits modifyBits, de::Random& rng, glu::TextureBuffer& texture) argument 757 render(TestLog& log, glu::RenderContext& renderContext, RenderBits renderBits, de::Random& rng, glu::ShaderProgram& program, glu::TextureBuffer& texture, const tcu::PixelBufferAccess& target) argument 780 verifyScreen(TestLog& log, tcu::ResultCollector& resultCollector, glu::RenderContext& renderContext, const tcu::ConstPixelBufferAccess& referenceTarget) argument 794 logImplementationInfo(TestLog& log, glu::RenderContext& renderContext) argument 851 runTests(tcu::TestContext& testCtx, glu::RenderContext& renderContext, de::Random& rng, deUint32 format, size_t bufferSize, size_t offset, size_t size, RenderBits preRender, glu::ShaderProgram* preRenderProgram, ModifyBits modifyType, RenderBits postRender, glu::ShaderProgram* postRenderProgram) argument [all...] |
H A D | glsBuiltinPrecisionTests.cpp | 4307 , renderContext (renderContext_) 4316 RenderContext& renderContext; member in struct:deqp::gls::BuiltinPrecisionTests::Context 4432 RenderContext& getRenderContext(void) const { return m_ctx.renderContext; }
|
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/unicodefont/ |
H A D | GlyphPage.java | 264 static public FontRenderContext renderContext = scratchGraphics.getFontRenderContext();
field in class:GlyphPage
|
/external/deqp/modules/gles3/functional/ |
H A D | es3fFboTestCase.cpp | 151 static bool isRequiredFormat (deUint32 format, glu::RenderContext& renderContext) argument 207 return glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2));; 214 static std::vector<std::string> getEnablingExtensions (deUint32 format, glu::RenderContext& renderContext) argument 216 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); 219 DE_ASSERT(!isRequiredFormat(format, renderContext));
|
/external/deqp/modules/gles31/functional/ |
H A D | es31fFboTestCase.cpp | 155 static bool isRequiredFormat (deUint32 format, glu::RenderContext& renderContext) argument 157 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); 220 static std::vector<std::string> getEnablingExtensions (deUint32 format, glu::RenderContext& renderContext) argument 222 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); 225 DE_ASSERT(!isRequiredFormat(format, renderContext));
|
H A D | es31fUniformLocationTests.cpp | 98 glu::RenderContext& renderContext, 147 glu::RenderContext& renderContext, 152 , m_renderCtx (renderContext) 649 glu::RenderContext& renderContext, 658 glu::RenderContext& renderContext, 662 : UniformLocationCase(context, renderContext, name, desc, uniformInfo) 146 UniformLocationCase(tcu::TestContext& context, glu::RenderContext& renderContext, const char* name, const char* desc, const vector<UniformInfo>& uniformInfo) argument
|
H A D | es31fAdvancedBlendTests.cpp | 210 glu::ProgramSources getBlendProgramSrc (rr::BlendEquationAdvanced equation, glu::RenderContext& renderContext) argument 212 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2));
|
H A D | 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) argument 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) argument 883 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); 981 glu::ProgramSources genShaderSources (const BlendState& preCommonBlendState, const BlendState& postCommonBlendState, const vector<DrawBufferInfo>& drawBuffers, glu::RenderContext& renderContext) argument 983 return glu::ProgramSources() << genVertexSource(renderContext) << genFragmentSource(preCommonBlendState, postCommonBlendState, drawBuffers, renderContext); 540 verifyRenderbuffers(TestLog& log, tcu::ResultCollector& results, glu::RenderContext& renderContext, const glu::RenderbufferVector& renderbuffers, const glu::Framebuffer& framebuffer, const vector<TextureLevel>& refRenderbuffers) argument 986 renderGLQuad(glu::RenderContext& renderContext, const glu::ShaderProgram& program) argument 997 renderQuad(TestLog& log, glu::RenderContext& renderContext, const BlendState& preCommonBlendState, const BlendState& postCommonBlendState, const vector<DrawBufferInfo>& drawBuffers, const glu::Framebuffer& framebuffer, vector<TextureLevel>& refRenderbuffers) argument 1137 runTest(TestLog& log, tcu::ResultCollector& results, glu::RenderContext& renderContext, const BlendState& preCommonBlendState, const BlendState& postCommonBlendState, const vector<DrawBufferInfo>& drawBuffers) argument [all...] |
H A D | 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)); 992 de::UniquePtr<glu::ContextInfo> ctxInfo (glu::ContextInfo::create(renderContext)); 1019 glu::RenderContext& renderContext, 893 verifyTexture2DView(tcu::TestContext& testContext, glu::RenderContext& renderContext, TextureRenderer& renderer, tcu::ResultCollector& results, de::Random& rng, deUint32 name, const ImageInfo& info, const tcu::Texture2DView& refTexture) argument 981 decompressTexture(vector<ArrayBuffer<deUint8> >& levelDatas, vector<tcu::PixelBufferAccess>& levelAccesses, glu::RenderContext& renderContext, const ImageInfo& info, const vector<ArrayBuffer<deUint8> >& data) argument 1018 verifyTexture2D(tcu::TestContext& testContext, glu::RenderContext& renderContext, TextureRenderer& textureRenderer, tcu::ResultCollector& results, de::Random& rng, deUint32 name, const vector<ArrayBuffer<deUint8> >& data, const ImageInfo& info) argument 1049 verifyTexture3DView(tcu::TestContext& testContext, glu::RenderContext& renderContext, TextureRenderer& renderer, tcu::ResultCollector& results, de::Random& rng, deUint32 name, const ImageInfo& info, const tcu::Texture3DView& refTexture) argument 1128 verifyTexture3D(tcu::TestContext& testContext, glu::RenderContext& renderContext, TextureRenderer& textureRenderer, tcu::ResultCollector& results, de::Random& rng, deUint32 name, const vector<ArrayBuffer<deUint8> >& data, const ImageInfo& info) argument 1159 verifyTextureCubemapView(tcu::TestContext& testContext, glu::RenderContext& renderContext, TextureRenderer& renderer, tcu::ResultCollector& results, de::Random& rng, deUint32 name, const ImageInfo& info, const tcu::TextureCubeView& refTexture) argument 1241 verifyTextureCubemap(tcu::TestContext& testContext, glu::RenderContext& renderContext, TextureRenderer& textureRenderer, tcu::ResultCollector& results, de::Random& rng, deUint32 name, const vector<ArrayBuffer<deUint8> >& data, const ImageInfo& info) argument 1334 verifyTexture2DArrayView(tcu::TestContext& testContext, glu::RenderContext& renderContext, TextureRenderer& renderer, tcu::ResultCollector& results, de::Random& rng, deUint32 name, const ImageInfo& info, const tcu::Texture2DArrayView& refTexture) argument 1411 verifyTexture2DArray(tcu::TestContext& testContext, glu::RenderContext& renderContext, TextureRenderer& textureRenderer, tcu::ResultCollector& results, de::Random& rng, deUint32 name, const vector<ArrayBuffer<deUint8> >& data, const ImageInfo& info) argument 1482 verifyRenderbuffer(tcu::TestContext& testContext, glu::RenderContext& renderContext, tcu::ResultCollector& results, deUint32 name, const vector<ArrayBuffer<deUint8> >& data, const ImageInfo& info) argument 1547 verify(tcu::TestContext& testContext, glu::RenderContext& renderContext, TextureRenderer& textureRenderer, tcu::ResultCollector& results, de::Random& rng, deUint32 name, const vector<ArrayBuffer<deUint8> >& data, const ImageInfo& info) argument 1637 State(int seed, tcu::TestLog& log, glu::RenderContext& renderContext) argument 1754 glu::RenderContext& renderContext = m_context.getRenderContext(); local [all...] |
H A D | es31fShaderImageLoadStoreTests.cpp | 353 static inline void checkTextureTypeExtensions (const glu::ContextInfo& contextInfo, TextureType type, const RenderContext& renderContext) argument 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) argument 361 if (!glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)) && (type == TEXTURETYPE_BUFFER)) 369 static inline string imageAtomicExtensionShaderRequires (const RenderContext& renderContext) argument 371 if (!glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)))
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/ |
H A D | MultipleRenderTargetTest.java | 71 RenderContext renderContext; field in class:MultipleRenderTargetTest 112 renderContext = new RenderContext(new DefaultTextureBinder(DefaultTextureBinder.ROUNDROBIN)); 209 renderContext.begin(); 238 currentShader.begin(camera, renderContext); 248 renderContext.textureBinder.bind(frameBuffer.getColorBufferTexture(DIFFUSE_ATTACHMENT))); 250 renderContext.textureBinder.bind(frameBuffer.getColorBufferTexture(NORMAL_ATTACHMENT))); 252 renderContext.textureBinder.bind(frameBuffer.getColorBufferTexture(POSITION_ATTACHMENT))); 253 mrtSceneShader.setUniformi("u_depthTexture", renderContext.textureBinder.bind(frameBuffer.getColorBufferTexture(DEPTH_ATTACHMENT))); 263 renderContext.end();
|
/external/deqp/framework/platform/X11/ |
H A D | tcuX11GlxPlatform.cpp | 214 GlxRenderContext* const renderContext = new GlxRenderContext(*this, config); local 215 return renderContext;
|
/external/libgdx/backends/gdx-backend-moe/libs/ |
H A D | intel-moe-ios.jar | META-INF/ META-INF/MANIFEST.MF LICENSE com/ com/intel/ com/intel/moe/ com/intel/moe/ ... |