Searched defs:ctxInfo (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLCaps.cpp97 bool GrGLCaps::init(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) { argument
100 if (!ctxInfo.isInitialized()) {
104 GrGLStandard standard = ctxInfo.standard();
105 GrGLVersion version = ctxInfo.version();
137 ctxInfo.hasExtension("GL_OES_rgb8_rgba8") ||
138 ctxInfo.hasExtension("GL_ARM_rgba8");
143 ctxInfo.hasExtension("GL_ARB_texture_swizzle");
155 ctxInfo.hasExtension("GL_EXT_unpack_subimage");
156 fUnpackFlipYSupport = ctxInfo.hasExtension("GL_CHROMIUM_flipy");
158 ctxInfo
384 initConfigRenderableTable(const GrGLContextInfo& ctxInfo) argument
476 initConfigTexturableTable(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) argument
633 initFSAASupport(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) argument
667 initStencilFormats(const GrGLContextInfo& ctxInfo) argument
[all...]
H A DGrGLShaderVar.h155 void appendDecl(const GrGLContextInfo& ctxInfo, SkString* out) const { argument
163 ctxInfo.glslGeneration()));
166 out->append(PrecisionString(fPrecision, ctxInfo.standard()));
H A DGrGpuGL.h38 const GrGLContextInfo& ctxInfo() const { return fGLContext; } function in class:GrGpuGL
/external/chromium_org/third_party/skia/src/gpu/gl/builders/
H A DGrGLVertexShaderBuilder.cpp116 const GrGLContextInfo& ctxInfo = gpu->ctxInfo(); local
117 SkString vertShaderSrc(GrGetGLSLVersionDecl(ctxInfo));
H A DGrGLProgramBuilder.cpp147 vars[i].appendDecl(this->ctxInfo(), out);
156 fUniforms[i].fVariable.appendDecl(this->ctxInfo(), out);
249 bool checkLinked = !fGpu->ctxInfo().isChromium();
328 const GrGLContextInfo& GrGLProgramBuilder::ctxInfo() const { function in class:GrGLProgramBuilder
329 return fGpu->ctxInfo();
H A DGrGLShaderBuilder.cpp68 var.appendDecl(fProgramBuilder->ctxInfo(), &tempDecl);
82 const GrGLContextInfo& ctxInfo = fProgramBuilder->gpu()->ctxInfo(); local
84 args[i].appendDecl(ctxInfo, &fFunctions);
/external/deqp/modules/gles2/
H A Dtes2CapabilityTests.cpp105 ExtensionCase (tcu::TestContext& testCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, const char* extName);
114 ExtensionCase::ExtensionCase (tcu::TestContext& testCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, const char* extName) argument
116 , m_ctxInfo (ctxInfo)
142 const glu::ContextInfo& ctxInfo; member in struct:deqp::gles2::ExtensionTests::ExtGroup
146 , ctxInfo (parent->getContext().getContextInfo())
154 group->addChild(new ExtensionCase(group->getTestContext(), ctxInfo, extName, "", extName));
/external/deqp/modules/gles31/functional/
H A Des31fNegativeTestShared.cpp49 const glu::ContextInfo& ctxInfo,
55 , m_ctxInfo (ctxInfo)
47 NegativeTestContext(ErrorCase& host, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, tcu::TestLog& log, tcu::ResultCollector& results, bool enableLogging_) argument
H A Des31fStencilTexturingTests.cpp488 static void checkDepthStencilFormatSupport (const glu::ContextInfo& ctxInfo, deUint32 format) argument
493 if (!ctxInfo.isExtensionSupported(reqExt))
/external/skia/src/gpu/gl/
H A DGrGLCaps.cpp93 bool GrGLCaps::init(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) { argument
96 if (!ctxInfo.isInitialized()) {
100 GrGLStandard standard = ctxInfo.standard();
101 GrGLVersion version = ctxInfo.version();
133 ctxInfo.hasExtension("GL_OES_rgb8_rgba8") ||
134 ctxInfo.hasExtension("GL_ARM_rgba8");
139 ctxInfo.hasExtension("GL_ARB_texture_swizzle");
151 ctxInfo.hasExtension("GL_EXT_unpack_subimage");
152 fUnpackFlipYSupport = ctxInfo.hasExtension("GL_CHROMIUM_flipy");
154 ctxInfo
349 initConfigRenderableTable(const GrGLContextInfo& ctxInfo) argument
437 initConfigTexturableTable(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) argument
565 initFSAASupport(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) argument
599 initStencilFormats(const GrGLContextInfo& ctxInfo) argument
[all...]
H A DGrGLShaderVar.h259 void appendDecl(const GrGLContextInfo& ctxInfo, SkString* out) const { argument
267 ctxInfo.glslGeneration()));
270 out->append(PrecisionString(fPrecision, ctxInfo.standard()));
H A DGrGpuGL.h39 const GrGLContextInfo& ctxInfo() const { return fGLContext; } function in class:GrGpuGL
H A DGrGLShaderBuilder.cpp546 args[i].appendDecl(this->ctxInfo(), &fFSFunctions);
584 vars[i].appendDecl(this->ctxInfo(), out);
593 fUniforms[i].fVariable.appendDecl(this->ctxInfo(), out);
682 bool checkLinked = !fGpu->ctxInfo().isChromium();
782 SkString fragShaderSrc(GrGetGLSLVersionDecl(this->ctxInfo()));
816 const GrGLContextInfo& GrGLShaderBuilder::ctxInfo() const { function in class:GrGLShaderBuilder
817 return fGpu->ctxInfo();
989 SkString vertShaderSrc(GrGetGLSLVersionDecl(this->ctxInfo()));
1004 SkASSERT(this->ctxInfo().glslGeneration() >= k150_GrGLSLGeneration);
1005 SkString geomShaderSrc(GrGetGLSLVersionDecl(this->ctxInfo()));
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fTextureWrapTests.cpp59 TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, deUint32 format, deUint32 dataType, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, int width, int height);
60 TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, const std::vector<std::string>& filenames);
89 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, deUint32 format, deUint32 dataType, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, int width, int height) argument
92 , m_renderCtxInfo (ctxInfo)
106 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, const std::vector<std::string>& filenames) argument
109 , m_renderCtxInfo (ctxInfo)
H A Des2fTextureCompletenessTests.cpp77 static bool isExtensionSupported (const glu::ContextInfo& ctxInfo, const char* extension) argument
79 vector<string> extensions = ctxInfo.getExtensions();
242 Incomplete2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, IVec2 invalidLevelSize, int invalidLevelNdx, const glu::ContextInfo& ctxInfo);
254 Incomplete2DSizeCase::Incomplete2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, IVec2 invalidLevelSize, int invalidLevelNdx, const glu::ContextInfo& ctxInfo) argument
258 , m_ctxInfo (ctxInfo)
415 Incomplete2DWrapModeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, deUint32 wrapT, deUint32 wrapS, const glu::ContextInfo& ctxInfo);
427 Incomplete2DWrapModeCase::Incomplete2DWrapModeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, deUint32 wrapT, deUint32 wrapS, const glu::ContextInfo& ctxInfo) argument
431 , m_ctxInfo (ctxInfo)
775 IncompleteCubeWrapModeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, deUint32 wrapT, deUint32 wrapS, const glu::ContextInfo& ctxInfo);
787 IncompleteCubeWrapModeCase::IncompleteCubeWrapModeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, deUint32 wrapT, deUint32 wrapS, const glu::ContextInfo& ctxInfo) argument
[all...]
H A Des2fTextureFilteringTests.cpp63 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 format, deUint32 dataType, int width, int height);
64 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);
117 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 format, deUint32 dataType, int width, int height) argument
120 , m_renderCtxInfo (ctxInfo)
134 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) argument
137 , m_renderCtxInfo (ctxInfo)
326 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, deUint32 format, deUint32 dataType, int width, int height);
327 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, const std::vector<std::string>& filenames);
380 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, deUint32 format, deUint32 dataType, int width, int height) argument
383 , m_renderCtxInfo (ctxInfo)
397 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, const std::vector<std::string>& filenames) argument
[all...]
/external/skia/src/effects/gradients/
H A DSkSweepGradient.cpp268 const GrGLContextInfo ctxInfo = builder->ctxInfo(); local
273 if (kIntel_GrGLVendor != ctxInfo.vendor()){
/external/chromium_org/third_party/skia/src/effects/gradients/
H A DSkSweepGradient.cpp279 const GrGLContextInfo ctxInfo = builder->ctxInfo(); local
284 if (kIntel_GrGLVendor != ctxInfo.vendor()){
/external/deqp/modules/gles2/accuracy/
H A Des2aTextureFilteringTests.cpp56 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 format, deUint32 dataType, int width, int height);
57 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);
88 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 format, deUint32 dataType, int width, int height) argument
91 , m_renderCtxInfo (ctxInfo)
104 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) argument
107 , m_renderCtxInfo (ctxInfo)
317 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, deUint32 format, deUint32 dataType, int width, int height);
318 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, const std::vector<std::string>& filenames);
349 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, deUint32 format, deUint32 dataType, int width, int height) argument
352 , m_renderCtxInfo (ctxInfo)
365 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, const std::vector<std::string>& filenames) argument
[all...]
/external/deqp/modules/gles3/accuracy/
H A Des3aTextureFilteringTests.cpp52 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);
53 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);
82 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) argument
85 , m_renderCtxInfo (ctxInfo)
97 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) argument
100 , m_renderCtxInfo (ctxInfo)
306 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);
307 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);
337 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) argument
340 , m_renderCtxInfo (ctxInfo)
353 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) argument
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fTextureWrapTests.cpp84 TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, deUint32 format, deUint32 dataType, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, int width, int height);
85 TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, const std::vector<std::string>& filenames);
86 TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, CompressedTexture::Format compressedFormat, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, int width, int height);
128 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, deUint32 format, deUint32 dataType, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, int width, int height) argument
131 , m_renderCtxInfo (ctxInfo)
147 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, const std::vector<std::string>& filenames) argument
150 , m_renderCtxInfo (ctxInfo)
167 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, CompressedTexture::Format compressedFormat, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, int width, int height) argument
170 , m_renderCtxInfo (ctxInfo)
H A Des3fTextureFilteringTests.cpp66 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);
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) argument
122 , m_renderCtxInfo (ctxInfo)
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) argument
138 , m_renderCtxInfo (ctxInfo)
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);
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) argument
399 , m_renderCtxInfo (ctxInfo)
413 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) argument
[all...]
/external/deqp/modules/glshared/
H A DglsShaderRenderCase.cpp362 ShaderRenderCase::ShaderRenderCase (TestContext& testCtx, RenderContext& renderCtx, const ContextInfo& ctxInfo, const char* name, const char* description, bool isVertexCase, ShaderEvalFunc evalFunc) argument
365 , m_ctxInfo (ctxInfo)
374 ShaderRenderCase::ShaderRenderCase (TestContext& testCtx, RenderContext& renderCtx, const ContextInfo& ctxInfo, const char* name, const char* description, bool isVertexCase, ShaderEvaluator& evaluator) argument
377 , m_ctxInfo (ctxInfo)

Completed in 1569 milliseconds