HomeSort by relevance Sort by last modified time
    Searched defs:glGetVertexAttribPointerv (Results 1 - 17 of 17) sorted by null

  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_entry.cpp 88 void glGetVertexAttribPointerv(GLuint index, GLenum pname, GLvoid** pointer);
708 void glGetVertexAttribPointerv(GLuint index, GLenum pname, GLvoid** pointer)
711 ctx->glGetVertexAttribPointerv(ctx, index, pname, pointer);
    [all...]
gl2_client_context.h 90 glGetVertexAttribPointerv_client_proc_t glGetVertexAttribPointerv;
299 virtual glGetVertexAttribPointerv_client_proc_t set_glGetVertexAttribPointerv(glGetVertexAttribPointerv_client_proc_t f) { glGetVertexAttribPointerv_client_proc_t retval = glGetVertexAttribPointerv; glGetVertexAttribPointerv = f; return retval;}
    [all...]
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 94 #define glGetVertexAttribPointerv GLES2_GET_FUN(GetVertexAttribPointerv)
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
libGLESv2.cpp     [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp     [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 249 void (GL_APIENTRY *GLDispatch::glGetVertexAttribPointerv)(GLuint,GLenum,GLvoid**) = NULL;
487 LOAD_GL_FUNC(glGetVertexAttribPointerv);
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLDispatch.h 214 static void (GL_APIENTRY *glGetVertexAttribPointerv)(GLuint index, GLenum pname, GLvoid** pointer);
  /external/chromium_org/ppapi/lib/gl/gles2/
gles2.c 432 void GL_APIENTRY glGetVertexAttribPointerv(
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2.h 569 #define glGetVertexAttribPointerv GLES2_GET_FUN(GetVertexAttribPointerv)
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp 847 const GLMessage_Function GLMessage::glGetVertexAttribPointerv;
    [all...]
gltrace.pb.h     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 237 glGetVertexAttribPointerv(206, 206),
834 case 206: return glGetVertexAttribPointerv;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl_mangle.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl_mangle.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl_mangle.h     [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
gl_mangle.h     [all...]
  /external/mesa3d/include/GL/
gl_mangle.h     [all...]

Completed in 283 milliseconds