Searched refs:getAPIName (Results 1 – 4 of 4) sorted by relevance
/external/deqp/framework/egl/ |
D | egluStrUtilPrototypes.inl | 8 const char* getAPIName (int value); 31 …t::Enum<int, 2> getAPIStr (int value) { return tcu::Format::Enum<int, 2>(getAPIName, value); }
|
D | egluStrUtil.inl | 28 const char* getAPIName (int value) function
|
/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutCase.cpp | 1232 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/ |
D | es31fSSBOLayoutCase.cpp | 1043 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()
|