Searched refs:EGL_GL_TEXTURE_LEVEL_KHR (Results 1 - 13 of 13) sorted by relevance
/third_party/mesa3d/src/egl/main/ |
H A D | eglimage.c | 49 case EGL_GL_TEXTURE_LEVEL_KHR: in _eglParseKHRImageAttribs()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Image.cpp | 34 GLint mip = static_cast<GLint>(attribs.get(EGL_GL_TEXTURE_LEVEL_KHR, 0)); in GetImageIndex()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglImageTests.cpp | 510 EGLint attribs[] = { EGL_GL_TEXTURE_LEVEL_KHR, 0, EGL_NONE }; in iterate()
|
H A D | teglImageUtil.cpp | 227 ret[EGL_GL_TEXTURE_LEVEL_KHR] = 0; in getCreateAttribs()
|
H A D | teglGLES2SharedRenderingPerfTests.cpp | 600 EGL_GL_TEXTURE_LEVEL_KHR, 0, in createEGLImage()
|
H A D | teglGLES2SharingThreadedTests.cpp | 1906 EGL_GL_TEXTURE_LEVEL_KHR, 0, in exec() 1931 thread.newMessage() << "Begin -- eglCreateImageKHR(" << thread.runtimeContext->display << ", " << thread.runtimeContext->context << ", EGL_GL_TEXTURE_2D_KHR, " << m_texture->texture << ", { EGL_GL_TEXTURE_LEVEL_KHR, 0, EGL_NONE })" << tcu::ThreadUtil::Message::End; in exec()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | ImageTest.cpp | 1262 // If EGL_GL_TEXTURE_LEVEL_KHR is 0, <target> is EGL_GL_TEXTURE_2D_KHR, in TEST_P() 1272 EGL_GL_TEXTURE_LEVEL_KHR, in TEST_P() 1282 // If EGL_GL_TEXTURE_LEVEL_KHR is 0, <target> is EGL_GL_TEXTURE_2D_KHR or in TEST_P() 1302 // EGL_GL_TEXTURE_LEVEL_KHR is not a valid mipmap level for the specified GL texture object in TEST_P() 1305 EGL_GL_TEXTURE_LEVEL_KHR, in TEST_P() 1332 // If EGL_GL_TEXTURE_LEVEL_KHR is 0, <target> is EGL_GL_TEXTURE_CUBE_MAP_*_KHR, <buffer> is in TEST_P() 1349 EGL_GL_TEXTURE_LEVEL_KHR, in TEST_P() 4154 EGL_GL_TEXTURE_LEVEL_KHR, in TEST_P()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | libEGL.cpp | 1217 else if(attribute[0] == EGL_GL_TEXTURE_LEVEL_KHR) in CreateImage()
|
/third_party/EGL/api/EGL/ |
H A D | eglext.h | 165 #define EGL_GL_TEXTURE_LEVEL_KHR 0x30BC macro
|
/third_party/mesa3d/include/EGL/ |
H A D | eglext.h | 165 #define EGL_GL_TEXTURE_LEVEL_KHR 0x30BC macro
|
/third_party/skia/third_party/externals/swiftshader/include/EGL/ |
H A D | eglext.h | 184 #define EGL_GL_TEXTURE_LEVEL_KHR 0x30BC macro
|
/third_party/skia/third_party/externals/egl-registry/api/EGL/ |
H A D | eglext.h | 184 #define EGL_GL_TEXTURE_LEVEL_KHR 0x30BC macro
|
/third_party/skia/third_party/externals/angle2/include/EGL/ |
H A D | eglext.h | 165 #define EGL_GL_TEXTURE_LEVEL_KHR 0x30BC macro
|
Completed in 59 milliseconds