Searched refs:EGL_GL_TEXTURE_3D_KHR (Results 1 - 10 of 10) sorted by relevance
/third_party/vk-gl-cts/framework/egl/ |
H A D | egluGLUtil.cpp | 51 case EGL_GL_TEXTURE_3D_KHR: return GL_TEXTURE_3D; in getImageGLTarget()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | PackedEnums.cpp | 590 case EGL_GL_TEXTURE_3D_KHR:
|
H A D | utilities.cpp | 1257 case EGL_GL_TEXTURE_3D_KHR: in IsTextureTarget()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | ImageTest.cpp | 382 eglCreateImageKHR(window->getDisplay(), window->getContext(), EGL_GL_TEXTURE_3D_KHR, in createEGLImage3DTextureSource() 1247 // EGL_GL_TEXTURE_3D_KHR and <buffer> is not the name of a texture object of type <target>, in TEST_P() 1263 // EGL_GL_TEXTURE_CUBE_MAP_*_KHR or EGL_GL_TEXTURE_3D_KHR, <buffer> is the name of an in TEST_P() 1283 // EGL_GL_TEXTURE_3D_KHR, <buffer> is not the name of a complete GL texture object, and in TEST_P() 1293 // EGL_GL_RENDERBUFFER_KHR or EGL_GL_TEXTURE_3D_KHR and <buffer> refers to the default GL in TEST_P() 1301 // EGL_GL_TEXTURE_3D_KHR, and the value specified in <attr_list> for in TEST_P() 1380 // If <target> is EGL_GL_TEXTURE_3D_KHR, and the value specified in <attr_list> for in TEST_P() 1392 image = eglCreateImageKHR(display, context, EGL_GL_TEXTURE_3D_KHR, in TEST_P() 1403 image = eglCreateImageKHR(display, context, EGL_GL_TEXTURE_3D_KHR, in TEST_P() 1440 image = eglCreateImageKHR(display, context, EGL_GL_TEXTURE_3D_KHR, in TEST_P() [all...] |
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | egl_dri2.c | 2442 case EGL_GL_TEXTURE_3D_KHR: in dri2_create_image_khr_texture() 3176 case EGL_GL_TEXTURE_3D_KHR: in dri2_create_image_khr()
|
/third_party/EGL/api/EGL/ |
H A D | eglext.h | 170 #define EGL_GL_TEXTURE_3D_KHR 0x30B2 macro
|
/third_party/mesa3d/include/EGL/ |
H A D | eglext.h | 170 #define EGL_GL_TEXTURE_3D_KHR 0x30B2 macro
|
/third_party/skia/third_party/externals/swiftshader/include/EGL/ |
H A D | eglext.h | 189 #define EGL_GL_TEXTURE_3D_KHR 0x30B2 macro
|
/third_party/skia/third_party/externals/egl-registry/api/EGL/ |
H A D | eglext.h | 189 #define EGL_GL_TEXTURE_3D_KHR 0x30B2 macro
|
/third_party/skia/third_party/externals/angle2/include/EGL/ |
H A D | eglext.h | 170 #define EGL_GL_TEXTURE_3D_KHR 0x30B2 macro
|
Completed in 29 milliseconds