/external/deqp/modules/egl/ |
D | teglNegativeApiTests.cpp | 137 expectFalse(eglBindAPI(0)); in init() 140 expectFalse(eglBindAPI(0xfdfdfdfd)); in init() 143 expectFalse(eglBindAPI((EGLenum)0xffffffff)); in init() 154 if (!eglBindAPI(s_renderAPIs[ndx])) in init() 317 expectTrue(eglBindAPI(EGL_OPENGL_API)); in init() 325 expectTrue(eglBindAPI(EGL_OPENGL_API)); in init() 333 expectTrue(eglBindAPI(EGL_OPENGL_API)); in init() 344 expectTrue(eglBindAPI(EGL_OPENGL_ES_API)); in init() 352 expectTrue(eglBindAPI(EGL_OPENGL_ES_API)); in init() 363 expectTrue(eglBindAPI(EGL_OPENVG_API)); in init() [all …]
|
/external/deqp/framework/egl/wrapper/ |
D | eglwStaticLibrary14.inl | 6 { "eglBindAPI", (deFunctionPtr)eglBindAPI },
|
D | eglwStaticLibrary15.inl | 6 { "eglBindAPI", (deFunctionPtr)eglBindAPI },
|
D | eglwInitCore.inl | 6 dst->bindAPI = (eglBindAPIFunc) loader->get("eglBindAPI");
|
/external/mesa3d/src/egl/main/ |
D | egl.def | 2 eglBindAPI
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | libEGL.def | 3 eglBindAPI @14
|
D | libEGL.lds | 4 eglBindAPI;
|
D | libEGL.hpp | 41 EGLBoolean (*eglBindAPI)(EGLenum api); member in LibEGLexports
|
D | main.cpp | 421 EGLAPI EGLBoolean EGLAPIENTRY eglBindAPI(EGLenum api) in eglBindAPI() function 587 this->eglBindAPI = egl::BindAPI; in LibEGLexports()
|
/external/mesa3d/src/egl/ |
D | egl-symbols-check | 5 eglBindAPI
|
/external/skia/tools/fiddle/ |
D | egl_context.cpp | 55 if (EGL_TRUE != eglBindAPI(EGL_OPENGL_API)) { in create_grcontext()
|
/external/skqp/tools/fiddle/ |
D | egl_context.cpp | 55 if (EGL_TRUE != eglBindAPI(EGL_OPENGL_API)) { in create_grcontext()
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | libGLES_CM.lds | 3 eglBindAPI;
|
/external/skqp/tools/sk_app/android/ |
D | GLWindowContext_android.cpp | 70 SkAssertResult(eglBindAPI(EGL_OPENGL_ES_API)); in onInitializeContext()
|
/external/skia/tools/sk_app/android/ |
D | GLWindowContext_android.cpp | 70 SkAssertResult(eglBindAPI(EGL_OPENGL_ES_API)); in onInitializeContext()
|
/external/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/ |
D | amdgcn_glslc.c | 122 eglBindAPI(EGL_OPENGL_API); in create_gl_core_context()
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/ |
D | PVRShellAPI.cpp | 124 if(!eglBindAPI(EGL_OPENGL_API)) in ApiInitAPI() 131 if(!eglBindAPI(EGL_OPENGL_ES_API)) in ApiInitAPI()
|
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/ |
D | OGLES2HelloAPI_Windows.cpp | 232 eglBindAPI(EGL_OPENGL_ES_API); in WinMain()
|
D | OGLES2HelloAPI_LinuxX11.cpp | 355 eglBindAPI(EGL_OPENGL_ES_API); in SetupEGLContext()
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/ |
D | egl.h | 278 EGLAPI EGLBoolean EGLAPIENTRY eglBindAPI(EGLenum api);
|
/external/mesa3d/include/EGL/ |
D | egl.h | 202 EGLAPI EGLBoolean EGLAPIENTRY eglBindAPI (EGLenum api);
|
/external/skia/tools/gpu/gl/egl/ |
D | CreatePlatformGLTestContext_egl.cpp | 136 if (!eglBindAPI(kAPIs[api].fAPI)) { in EGLGLTestContext()
|
/external/skqp/tools/gpu/gl/egl/ |
D | CreatePlatformGLTestContext_egl.cpp | 136 if (!eglBindAPI(kAPIs[api].fAPI)) { in EGLGLTestContext()
|
/external/swiftshader/include/EGL/ |
D | egl.h | 202 EGLAPI EGLBoolean EGLAPIENTRY eglBindAPI (EGLenum api);
|
/external/deqp/framework/egl/ |
D | egluCallLogWrapperApi.inl | 6 eglw::EGLBoolean eglBindAPI (eglw::EGLenum api);
|