HomeSort by relevance Sort by last modified time
    Searched refs:findSymbol (Results 1 - 11 of 11) sorted by null

  /development/tools/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.cpp 46 s_gl.glAlphaFunc = (glAlphaFunc_t) s_gles_lib->findSymbol("glAlphaFunc");
47 s_gl.glClearColor = (glClearColor_t) s_gles_lib->findSymbol("glClearColor");
48 s_gl.glClearDepthf = (glClearDepthf_t) s_gles_lib->findSymbol("glClearDepthf");
49 s_gl.glClipPlanef = (glClipPlanef_t) s_gles_lib->findSymbol("glClipPlanef");
50 s_gl.glColor4f = (glColor4f_t) s_gles_lib->findSymbol("glColor4f");
51 s_gl.glDepthRangef = (glDepthRangef_t) s_gles_lib->findSymbol("glDepthRangef");
52 s_gl.glFogf = (glFogf_t) s_gles_lib->findSymbol("glFogf");
53 s_gl.glFogfv = (glFogfv_t) s_gles_lib->findSymbol("glFogfv");
54 s_gl.glFrustumf = (glFrustumf_t) s_gles_lib->findSymbol("glFrustumf");
55 s_gl.glGetClipPlanef = (glGetClipPlanef_t) s_gles_lib->findSymbol("glGetClipPlanef")
    [all...]
EGLDispatch.cpp 42 s_egl.eglGetError = (eglGetError_t) lib->findSymbol("eglGetError");
43 s_egl.eglGetDisplay = (eglGetDisplay_t) lib->findSymbol("eglGetDisplay");
44 s_egl.eglInitialize = (eglInitialize_t) lib->findSymbol("eglInitialize");
45 s_egl.eglTerminate = (eglTerminate_t) lib->findSymbol("eglTerminate");
46 s_egl.eglQueryString = (eglQueryString_t) lib->findSymbol("eglQueryString");
47 s_egl.eglGetConfigs = (eglGetConfigs_t) lib->findSymbol("eglGetConfigs");
48 s_egl.eglChooseConfig = (eglChooseConfig_t) lib->findSymbol("eglChooseConfig");
49 s_egl.eglGetConfigAttrib = (eglGetConfigAttrib_t) lib->findSymbol("eglGetConfigAttrib");
50 s_egl.eglCreateWindowSurface = (eglCreateWindowSurface_t) lib->findSymbol("eglCreateWindowSurface");
51 s_egl.eglCreatePbufferSurface = (eglCreatePbufferSurface_t) lib->findSymbol("eglCreatePbufferSurface")
    [all...]
GL2Dispatch.cpp 67 return (void *)s_gles2_lib->findSymbol(name);
  /development/tools/emulator/opengl/shared/OpenglOsUtils/
osDynLibrary.h 33 dynFuncPtr findSymbol(const char *p_symName);
osDynLibrary.cpp 66 dynFuncPtr dynLibrary::findSymbol(const char *p_symName)
  /external/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java 116 final GenericDescriptor result = pool.findSymbol(name);
140 final GenericDescriptor result = pool.findSymbol(name);
164 final GenericDescriptor result = pool.findSymbol(name);
187 final GenericDescriptor result = pool.findSymbol(name);
495 file.pool.findSymbol(fullName + '.' + name);
520 file.pool.findSymbol(fullName + '.' + name);
535 file.pool.findSymbol(fullName + '.' + name);
    [all...]
  /development/tools/emulator/opengl/host/libs/GLESv2_dec/
GL2Decoder.cpp 31 func = (void *) ctx->m_GL2library->findSymbol(name);
  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp 38 ret = libGL->findSymbol(funcName);
  /development/tools/emulator/opengl/host/libs/GLESv1_dec/
GLDecoder.cpp 235 func = (void *)(ctx->m_glesDso->findSymbol(name));
  /development/tools/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 181 __translator_getGLESIfaceFunc func = (__translator_getGLESIfaceFunc)libGLES->findSymbol(TRANSLATOR_GETIFACE_NAME);
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 43 ret = libGL->findSymbol(funcName);

Completed in 829 milliseconds