Home
last modified time | relevance | path

Searched refs:getApiTypeDescription (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/framework/opengl/
DgluRenderContext.hpp199 const char* getApiTypeDescription (ApiType type);
DgluRenderContext.cpp318 const char* getApiTypeDescription (ApiType type) in getApiTypeDescription() function
/third_party/vk-gl-cts/external/openglcts/modules/runner/
DglcTestRunner.cpp766 tcu::print("Running %s conformance\n", glu::getApiTypeDescription(m_type)); in init()