Home
last modified time | relevance | path

Searched refs:eglBindAPI (Results 1 – 22 of 22) sorted by relevance

/aosp12/frameworks/libs/native_bridge_support/libEGL/
H A Dstubs_arm.cc53 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglBindAPI);
167 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglBindAPI); in init_stub_library()
H A Dstubs_arm64.cc53 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglBindAPI);
167 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglBindAPI); in init_stub_library()
/aosp12/frameworks/native/opengl/libs/
H A DlibEGL.map.txt3 eglBindAPI;
H A Dplatform_entries.in37 EGL_ENTRY(EGLBoolean, eglBindAPI, EGLenum)
/aosp12/frameworks/native/opengl/tools/glgen/specs/egl/
H A DEGL14.spec14 EGLBoolean eglBindAPI ( EGLenum api )
/aosp12/hardware/qcom/sm7250/display/composer/
H A Dgl_color_convert_impl.cpp86 EGL(eglBindAPI(EGL_OPENGL_ES_API)); in CreateContext()
H A Dgl_layer_stitch_impl.cpp83 EGL(eglBindAPI(EGL_OPENGL_ES_API)); in CreateContext()
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java318 public static native boolean eglBindAPI( in eglBindAPI() method in EGL14
/aosp12/frameworks/native/opengl/libs/EGL/
H A Degl_entries.in37 EGL_ENTRY(EGLBoolean, eglBindAPI, EGLenum)
H A DeglApi.cpp324 EGLBoolean eglBindAPI(EGLenum api) { in eglBindAPI() function
331 return cnx->platform.eglBindAPI(api); in eglBindAPI()
H A Degl_platform_entries.cpp1536 if (cnx->dso && cnx->egl.eglBindAPI) { in eglBindAPIImpl()
1537 res = cnx->egl.eglBindAPI(api); in eglBindAPIImpl()
/aosp12/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/
H A Dglengine.cpp59 EGL(eglBindAPI(EGL_OPENGL_ES_API)); in engine_initialize()
/aosp12/hardware/qcom/display/msm8998/gpu_tonemapper/
H A Dglengine.cpp80 EGL(eglBindAPI(EGL_OPENGL_ES_API)); in engine_initialize()
/aosp12/hardware/qcom/display/msm8909/gpu_tonemapper/
H A Dglengine.cpp59 EGL(eglBindAPI(EGL_OPENGL_ES_API)); in engine_initialize()
/aosp12/hardware/qcom/sdm845/display/gpu_tonemapper/
H A Dglengine.cpp59 EGL(eglBindAPI(EGL_OPENGL_ES_API)); in engine_initialize()
/aosp12/hardware/qcom/sm7250/display/gpu_tonemapper/
H A Dglengine.cpp59 EGL(eglBindAPI(EGL_OPENGL_ES_API)); in engine_initialize()
/aosp12/hardware/qcom/sm8150/display/gpu_tonemapper/
H A Dglengine.cpp59 EGL(eglBindAPI(EGL_OPENGL_ES_API)); in engine_initialize()
/aosp12/frameworks/native/opengl/include/EGL/
H A Degl.h202 EGLAPI EGLBoolean EGLAPIENTRY eglBindAPI (EGLenum api);
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_EGL14.cpp819 _returnValue = eglBindAPI( in android_eglBindAPI()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt27645 method public static boolean eglBindAPI(int);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt18660 method public static boolean eglBindAPI(int);