Home
last modified time | relevance | path

Searched refs:EGL_GL_RENDERBUFFER_KHR (Results 1 - 12 of 12) sorted by relevance

/third_party/vk-gl-cts/modules/egl/
H A DteglImageTests.cpp339 case EGL_GL_RENDERBUFFER_KHR: return "renderbuffer"; in getTargetName()
388 case EGL_GL_RENDERBUFFER_KHR: in getImageSource()
593 addChild(new Image::CreateImageGLES2(m_eglTestCtx, EGL_GL_RENDERBUFFER_KHR, rboStorages[storageNdx], (GLenum)0, (GLenum)0)); in init()
H A DteglImageUtil.cpp341 EGLenum getSource (void) const { return EGL_GL_RENDERBUFFER_KHR; } in getSource()
/third_party/vk-gl-cts/framework/egl/
H A DegluGLUtil.cpp52 case EGL_GL_RENDERBUFFER_KHR: return GL_RENDERBUFFER; in getImageGLTarget()
/third_party/skia/third_party/externals/angle2/src/common/
H A Dutilities.cpp1267 return target == EGL_GL_RENDERBUFFER_KHR; in IsRenderbufferTarget()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DImageTest.cpp418 window->getDisplay(), window->getContext(), EGL_GL_RENDERBUFFER_KHR, in createEGLImageRenderbufferSource()
1293 // EGL_GL_RENDERBUFFER_KHR or EGL_GL_TEXTURE_3D_KHR and <buffer> refers to the default GL in TEST_P()
1449 // If <target> is EGL_GL_RENDERBUFFER_KHR and <buffer> is not the name of a renderbuffer in TEST_P()
1452 image = eglCreateImageKHR(display, context, EGL_GL_RENDERBUFFER_KHR, in TEST_P()
1464 image = eglCreateImageKHR(display, context, EGL_GL_RENDERBUFFER_KHR, in TEST_P()
1479 image = eglCreateImageKHR(display, context, EGL_GL_RENDERBUFFER_KHR, in TEST_P()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp4385 case EGL_GL_RENDERBUFFER_KHR: in validateSharedImage()
4430 else if(target == EGL_GL_RENDERBUFFER_KHR) in validateSharedImage()
4470 else if(target == EGL_GL_RENDERBUFFER_KHR) in createSharedImage()
/third_party/EGL/api/EGL/
H A Deglext.h159 #define EGL_GL_RENDERBUFFER_KHR 0x30B9 macro
/third_party/mesa3d/include/EGL/
H A Deglext.h159 #define EGL_GL_RENDERBUFFER_KHR 0x30B9 macro
/third_party/skia/third_party/externals/swiftshader/include/EGL/
H A Deglext.h178 #define EGL_GL_RENDERBUFFER_KHR 0x30B9 macro
/third_party/skia/third_party/externals/egl-registry/api/EGL/
H A Deglext.h178 #define EGL_GL_RENDERBUFFER_KHR 0x30B9 macro
/third_party/skia/third_party/externals/angle2/include/EGL/
H A Deglext.h159 #define EGL_GL_RENDERBUFFER_KHR 0x30B9 macro
/third_party/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.c3178 case EGL_GL_RENDERBUFFER_KHR: in dri2_create_image_khr()

Completed in 45 milliseconds