Home
last modified time | relevance | path

Searched refs:EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Y_KHR (Results 1 – 5 of 5) sorted by relevance

/external/deqp/modules/egl/
DteglImageTests.cpp281 case EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Y_KHR: return "cubemap_pos_y"; in getTargetName()
317 case EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Y_KHR: in getImageSource()
498 …addChild(new Image::CreateImageGLES2(m_eglTestCtx, EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Y_KHR, GL_RGBA… in init()
DteglImageFormatTests.cpp1113 …addCreateTexture("cubemap_positive_y" + suffix, EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Y_KHR, format, ty… in addCreateTextureCubemapActions()
/external/deqp/framework/egl/
DegluGLUtil.cpp46 case EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Y_KHR: return GL_TEXTURE_CUBE_MAP_POSITIVE_Y; in getImageGLTarget()
/external/deqp/framework/egl/wrapper/
DeglwEnums.inl165 #define EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Y_KHR 0x30B5 macro
/external/mesa3d/include/EGL/
Deglext.h106 #define EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Y_KHR 0x30B5 /* eglCreateImageKHR target */ macro