Home
last modified time | relevance | path

Searched refs:getAPIName (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/egl/
DegluStrUtilPrototypes.inl8 const char* getAPIName (int value);
31 …t::Enum<int, 2> getAPIStr (int value) { return tcu::Format::Enum<int, 2>(getAPIName, value); }
DegluStrUtil.inl28 const char* getAPIName (int value) function
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp1232 string getAPIName (const BufferBlock& block, const BufferVar& var, const glu::TypeComponentVector& … in getAPIName() function
1339 const string apiName = getAPIName(block, bufVar, accessPath.getPath()); in generateCompareSrc()
1438 const string apiName = getAPIName(block, bufVar, accessPath.getPath()); in generateWriteSrc()
1673 const string apiName = getAPIName(block, bufVar, accessPath.getPath()); in copyNonWrittenData()
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp1043 string getAPIName (const BufferBlock& block, const BufferVar& var, const glu::TypeComponentVector& … in getAPIName() function
1149 const string apiName = getAPIName(block, bufVar, accessPath.getPath()); in generateCompareSrc()
1233 const string apiName = getAPIName(block, bufVar, accessPath.getPath()); in generateWriteSrc()
1606 const string apiName = getAPIName(block, bufVar, accessPath.getPath()); in copyNonWrittenData()