HomeSort by relevance Sort by last modified time
    Searched refs:renderContext (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/deqp/modules/glshared/
glsShaderConstExprTests.hpp 39 class RenderContext;
71 glu::RenderContext& renderContext,
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;
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...]
glsMemoryStressCase.cpp 98 TextureRenderer (tcu::TestLog& log, glu::RenderContext& renderContext);
104 glu::RenderContext& m_renderCtx;
177 TextureRenderer::TextureRenderer (tcu::TestLog& log, glu::RenderContext& renderContext)
179 , m_renderCtx (renderContext)
184 const glu::ContextType ctxType = renderContext.getType();
260 BufferRenderer (tcu::TestLog& log, glu::RenderContext& renderContext);
266 glu::RenderContext& m_renderCtx
    [all...]
glsShaderConstExprTests.cpp 76 glu::RenderContext& renderContext,
170 renderContext,
191 renderContext,
224 renderContext,
245 renderContext,
glsTextureStateQueryTests.cpp 682 const glu::RenderContext& renderCtx,
695 const glu::RenderContext& m_renderCtx;
703 const glu::RenderContext& renderCtx,
757 IsTextureCase (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target);
763 const glu::RenderContext& m_renderCtx;
767 IsTextureCase::IsTextureCase (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target)
812 DepthStencilModeCase (tcu::TestContext& testCtx, const glu::RenderContext& renderContext, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryType type);
816 DepthStencilModeCase::DepthStencilModeCase (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryType type)
890 TextureSRGBDecodeCase (tcu::TestContext& testCtx, const glu::RenderContext& renderContext, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryTy (…)
    [all...]
glsBuiltinPrecisionTests.cpp 103 using glu::RenderContext;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFboTestCase.cpp 62 glu::RenderContext& renderCtx = TestCase::m_context.getRenderContext();
151 static bool isRequiredFormat (deUint32 format, glu::RenderContext& renderContext)
207 return glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2));;
214 static std::vector<std::string> getEnablingExtensions (deUint32 format, glu::RenderContext& renderContext)
216 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2));
219 DE_ASSERT(!isRequiredFormat(format, renderContext));
  /external/deqp/modules/gles31/functional/
es31fFboTestCase.cpp 62 glu::RenderContext& renderCtx = TestCase::m_context.getRenderContext();
155 static bool isRequiredFormat (deUint32 format, glu::RenderContext& renderContext)
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)
222 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2));
225 DE_ASSERT(!isRequiredFormat(format, renderContext));
es31fCopyImageTests.cpp     [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...]
es31fOpaqueTypeIndexingTests.cpp 345 void getShaderSpec (ShaderSpec* spec, int numSamplers, int numLookups, const int* lookupIndices, const RenderContext& renderContext) const;
395 void SamplerIndexingCase::getShaderSpec (ShaderSpec* spec, int numSamplers, int numLookups, const int* lookupIndices, const RenderContext& renderContext) const
403 const bool isES32 = contextSupports(renderContext.getType(), glu::ApiType::es(3, 2));
526 const RenderContext& renderCtx = m_context.getRenderContext();
715 void getShaderSpec (ShaderSpec* spec, int numInstances, int numReads, const int* readIndices, const RenderContext& renderContext) const;
780 void BlockArrayIndexingCase::getShaderSpec (ShaderSpec* spec, int numInstances, int numReads, const int* readIndices, const RenderContext& renderContext) cons
    [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...]
es31fShaderFramebufferFetchTests.cpp 73 static bool isRequiredFormat (deUint32 format, glu::RenderContext& renderContext)
75 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2));
203 static std::vector<std::string> getEnablingExtensions (deUint32 format, glu::RenderContext& renderContext)
205 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2));
208 DE_ASSERT(!isRequiredFormat(format, renderContext));
    [all...]
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();
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/framework/platform/lnx/X11/
tcuLnxX11GlxPlatform.cpp 52 using glu::RenderContext;
80 RenderContext* createContext (const RenderConfig& config,
164 class GlxRenderContext : public RenderContext
211 RenderContext* GlxContextFactory::createContext (const RenderConfig& config,
215 GlxRenderContext* const renderContext = new GlxRenderContext(*this, config);
216 return renderContext;
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/24.4.0-beta3/
perflib-24.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/24.4.0-beta6/
perflib-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/24.5.0/
perflib-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0/
perflib-25.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0-alpha1/
perflib-25.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0-alpha3/
perflib-25.0.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0-alpha5/
perflib-25.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0-alpha7/
perflib-25.0.0-alpha7.jar 

Completed in 768 milliseconds

1 2 3