HomeSort by relevance Sort by last modified time
    Searched refs:eglGetProcAddress (Results 26 - 46 of 46) sorted by null

12

  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/EGL/
egl.h 321 /* Now, define eglGetProcAddress using the generic function ptr. type */
323 eglGetProcAddress(const char *procname);
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/EGL/
egl.h 321 /* Now, define eglGetProcAddress using the generic function ptr. type */
323 eglGetProcAddress(const char *procname);
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/EGL/
egl.h 321 /* Now, define eglGetProcAddress using the generic function ptr. type */
323 eglGetProcAddress(const char *procname);
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 321 /* Now, define eglGetProcAddress using the generic function ptr. type */
323 eglGetProcAddress(const char *procname);
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/EGL/
egl.h 321 /* Now, define eglGetProcAddress using the generic function ptr. type */
323 eglGetProcAddress(const char *procname);
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/EGL/
egl.h 321 /* Now, define eglGetProcAddress using the generic function ptr. type */
323 eglGetProcAddress(const char *procname);
  /sdk/emulator/opengl/host/libs/GLESv1_dec/
GLDecoder.cpp 232 func = (void *) eglGetProcAddress(name);
  /sdk/emulator/opengl/host/libs/Translator/include/EGL/
egl.h 321 /* Now, define eglGetProcAddress using the generic function ptr. type */
323 eglGetProcAddress(const char *procname);
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 790 __eglMustCastToProperFunctionPointerType eglGetProcAddress(const char *procname)
792 // eglGetProcAddress() could be the very first function called
818 * Since eglGetProcAddress() is not associated to anything, it needs
828 * implementations and call eglGetProcAddress() and record the
839 "no more slots for eglGetProcAddress(\"%s\")",
850 if (cnx->dso && cnx->egl.eglGetProcAddress) {
859 cnx->egl.eglGetProcAddress(procname);
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 593 eglGetProcAddress = 2024;
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl.cpp 247 __eglMustCastToProperFunctionPointerType eglGetProcAddress(const char *procname)
257 // we do not support eglGetProcAddress for GLESv1 & GLESv2. The loader
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
libEGL.cpp 1081 __eglMustCastToProperFunctionPointerType __stdcall eglGetProcAddress(const char *procname)
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.c 20 #define FIND_PROC(s) s = (void*)eglGetProcAddress(#s)
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 520 __eglMustCastToProperFunctionPointerType eglGetProcAddress(const char *procname)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 491 eglGetProcAddress(461, 2024),
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 750 // eglGetProcAddress for the context's GLES version if not
    [all...]
  /frameworks/native/opengl/libagl/
egl.cpp     [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp     [all...]
gltrace.pb.h     [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp     [all...]
omx_vdec_copper.cpp     [all...]

Completed in 909 milliseconds

12