/aosp12/frameworks/libs/native_bridge_support/libEGL/ |
H A D | stubs_arm.cc | 53 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglBindAPI); 167 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglBindAPI); in init_stub_library()
|
H A D | stubs_arm64.cc | 53 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglBindAPI); 167 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglBindAPI); in init_stub_library()
|
/aosp12/frameworks/native/opengl/libs/ |
H A D | libEGL.map.txt | 3 eglBindAPI;
|
H A D | platform_entries.in | 37 EGL_ENTRY(EGLBoolean, eglBindAPI, EGLenum)
|
/aosp12/frameworks/native/opengl/tools/glgen/specs/egl/ |
H A D | EGL14.spec | 14 EGLBoolean eglBindAPI ( EGLenum api )
|
/aosp12/hardware/qcom/sm7250/display/composer/ |
H A D | gl_color_convert_impl.cpp | 86 EGL(eglBindAPI(EGL_OPENGL_ES_API)); in CreateContext()
|
H A D | gl_layer_stitch_impl.cpp | 83 EGL(eglBindAPI(EGL_OPENGL_ES_API)); in CreateContext()
|
/aosp12/frameworks/base/opengl/java/android/opengl/ |
H A D | EGL14.java | 318 public static native boolean eglBindAPI( in eglBindAPI() method in EGL14
|
/aosp12/frameworks/native/opengl/libs/EGL/ |
H A D | egl_entries.in | 37 EGL_ENTRY(EGLBoolean, eglBindAPI, EGLenum)
|
H A D | eglApi.cpp | 324 EGLBoolean eglBindAPI(EGLenum api) { in eglBindAPI() function 331 return cnx->platform.eglBindAPI(api); in eglBindAPI()
|
H A D | egl_platform_entries.cpp | 1536 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 D | glengine.cpp | 59 EGL(eglBindAPI(EGL_OPENGL_ES_API)); in engine_initialize()
|
/aosp12/hardware/qcom/display/msm8998/gpu_tonemapper/ |
H A D | glengine.cpp | 80 EGL(eglBindAPI(EGL_OPENGL_ES_API)); in engine_initialize()
|
/aosp12/hardware/qcom/display/msm8909/gpu_tonemapper/ |
H A D | glengine.cpp | 59 EGL(eglBindAPI(EGL_OPENGL_ES_API)); in engine_initialize()
|
/aosp12/hardware/qcom/sdm845/display/gpu_tonemapper/ |
H A D | glengine.cpp | 59 EGL(eglBindAPI(EGL_OPENGL_ES_API)); in engine_initialize()
|
/aosp12/hardware/qcom/sm7250/display/gpu_tonemapper/ |
H A D | glengine.cpp | 59 EGL(eglBindAPI(EGL_OPENGL_ES_API)); in engine_initialize()
|
/aosp12/hardware/qcom/sm8150/display/gpu_tonemapper/ |
H A D | glengine.cpp | 59 EGL(eglBindAPI(EGL_OPENGL_ES_API)); in engine_initialize()
|
/aosp12/frameworks/native/opengl/include/EGL/ |
H A D | egl.h | 202 EGLAPI EGLBoolean EGLAPIENTRY eglBindAPI (EGLenum api);
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_opengl_EGL14.cpp | 819 _returnValue = eglBindAPI( in android_eglBindAPI()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 27645 method public static boolean eglBindAPI(int);
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 18660 method public static boolean eglBindAPI(int);
|