Searched refs:EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_KHR (Results 1 - 8 of 8) sorted by relevance

/external/deqp/modules/egl/
H A DteglImageTests.cpp287 case EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_KHR: return "cubemap_neg_y";
327 case EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_KHR:
525 addChild(new Image::CreateImageGLES2(m_eglTestCtx, EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_KHR, GL_RGBA, GL_RGBA, GL_UNSIGNED_BYTE));
H A DteglImageFormatTests.cpp1117 addCreateTexture("cubemap_negative_y" + suffix, EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_KHR, internalFormat, format, type);
/external/deqp/framework/egl/
H A DegluGLUtil.cpp49 case EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_KHR: return GL_TEXTURE_CUBE_MAP_NEGATIVE_Y;
/external/deqp/framework/egl/wrapper/
H A DeglwEnums.inl168 #define EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_KHR 0x30B6
/external/mesa3d/include/EGL/
H A Deglext.h107 #define EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_KHR 0x30B6 /* eglCreateImageKHR target */ macro
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
H A Deglext.h107 #define EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_KHR 0x30B6 /* eglCreateImageKHR target */ macro
/external/swiftshader/include/EGL/
H A Deglext.h182 #define EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_KHR 0x30B6 macro
/external/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp4168 case EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_KHR:
4237 case EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_KHR: textureTarget = GL_TEXTURE_CUBE_MAP_NEGATIVE_Y; break;

Completed in 257 milliseconds