Searched refs:getAsCompiler (Results 1 – 6 of 6) sorted by relevance
65 return base->getAsCompiler(); in GetCompilerFromHandle()359 TCompiler *compiler = base->getAsCompiler(); in ConstructCompiler()382 if (base->getAsCompiler()) in Destruct()383 DeleteCompiler(base->getAsCompiler()); in Destruct()558 TCompiler *compiler = base->getAsCompiler(); in GetUniformBlocks()568 TCompiler *compiler = base->getAsCompiler(); in GetShaderStorageBlocks()579 TCompiler *compiler = base->getAsCompiler(); in GetComputeShaderLocalGroupSize()589 TCompiler *compiler = base->getAsCompiler(); in GetVertexShaderNumViews()742 TCompiler *compiler = base->getAsCompiler(); in HasValidGeometryShaderInputPrimitiveType()753 TCompiler *compiler = base->getAsCompiler(); in HasValidGeometryShaderOutputPrimitiveType()[all …]
67 virtual TCompiler *getAsCompiler() { return 0; } in getAsCompiler() function95 TCompiler *getAsCompiler() override { return this; } in getAsCompiler() function
61 virtual TCompiler* getAsCompiler() { return nullptr; } in getAsCompiler() function98 virtual TCompiler* getAsCompiler() { return this; } in getAsCompiler() function
1360 if (base->getAsCompiler()) in ShDestruct()1361 DeleteCompiler(base->getAsCompiler()); in ShDestruct()1444 TCompiler* compiler = base->getAsCompiler(); in ShCompile()1497 if (base->getAsCompiler()) in ShLinkExt()1498 cObjects.push_back(base->getAsCompiler()); in ShLinkExt()1514 if (cObjects[i]->getAsCompiler()) { in ShLinkExt()1515 if (! cObjects[i]->getAsCompiler()->linkable()) { in ShLinkExt()1548 if (base->getAsCompiler()) in ShGetInfoLog()1549 infoSink = &(base->getAsCompiler()->getInfoSink()); in ShGetInfoLog()
80 virtual TCompiler* getAsCompiler() { return this; } in getAsCompiler() function
117 // *>(base->getAsCompiler()); translatorMetal->enableEmulatedInstanceID(true);