Searched refs:getAsCompiler (Results 1 – 7 of 7) sorted by relevance
53 return base->getAsCompiler(); in GetCompilerFromHandle()278 TCompiler *compiler = base->getAsCompiler(); in ConstructCompiler()301 if (base->getAsCompiler()) in Destruct()302 DeleteCompiler(base->getAsCompiler()); in Destruct()465 TCompiler *compiler = base->getAsCompiler(); in GetUniformBlocks()475 TCompiler *compiler = base->getAsCompiler(); in GetShaderStorageBlocks()486 TCompiler *compiler = base->getAsCompiler(); in GetComputeShaderLocalGroupSize()496 TCompiler *compiler = base->getAsCompiler(); in GetVertexShaderNumViews()627 TCompiler *compiler = base->getAsCompiler(); in HasValidGeometryShaderInputPrimitiveType()638 TCompiler *compiler = base->getAsCompiler(); in HasValidGeometryShaderOutputPrimitiveType()[all …]
62 virtual TCompiler *getAsCompiler() { return 0; } in getAsCompiler() function82 TCompiler *getAsCompiler() override { return this; } in getAsCompiler() function
61 virtual TCompiler* getAsCompiler() { return 0; } in getAsCompiler() function98 virtual TCompiler* getAsCompiler() { return this; } in getAsCompiler() function
80 virtual TCompiler* getAsCompiler() { return this; } in getAsCompiler() function
1375 if (base->getAsCompiler()) in ShDestruct()1376 DeleteCompiler(base->getAsCompiler()); in ShDestruct()1461 TCompiler* compiler = base->getAsCompiler(); in ShCompile()1514 if (base->getAsCompiler()) in ShLinkExt()1515 cObjects.push_back(base->getAsCompiler()); in ShLinkExt()1532 if (cObjects[i]->getAsCompiler()) { in ShLinkExt()1533 if (! cObjects[i]->getAsCompiler()->linkable()) { in ShLinkExt()1566 if (base->getAsCompiler()) in ShGetInfoLog()1567 infoSink = &(base->getAsCompiler()->getInfoSink()); in ShGetInfoLog()