Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/egl/
DegluGLUtil.hpp42 eglw::EGLint apiRenderableType (glu::ApiType apiType);
DegluGLUtil.cpp57 EGLint apiRenderableType (glu::ApiType apiType) in apiRenderableType() function
210 EGLint requiredRenderable = apiRenderableType(renderConfig.type.getAPI()); in configMatches()
/third_party/vk-gl-cts/modules/egl/
DteglImageTests.cpp278 attribs[EGL_RENDERABLE_TYPE] = eglu::apiRenderableType(apiType); in chooseConfig()