HomeSort by relevance Sort by last modified time
    Searched refs:glColorPointer (Results 26 - 50 of 151) sorted by null

12 3 4 5 6 7

  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.h 54 void (GLAPIENTRY *glColorPointer) (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
GLEScmContext.cpp 83 s_glDispatch.glColorPointer(size,dataType,stride,arr);
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 196 // C function void glColorPointer ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer )
206 public void glColorPointer(
1230 // C function void glColorPointer ( GLint size, GLenum type, GLsizei stride, GLint offset )
1232 public native void glColorPointer(
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 73 glColorPointer = 47;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES10.spec 16 void glColorPointer ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer )
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.h 77 glColorPointer_t glColorPointer;
349 glColorPointer_t set_glColorPointer(glColorPointer_t f) { glColorPointer_t retval = glColorPointer; glColorPointer = f; return retval;}
    [all...]
gles.cpp 326 void glColorPointer(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
328 getDispatch()->glColorPointer(size, type, stride, pointer);
    [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.cpp 66 glColorPointer = (glColorPointer_client_proc_t) getProc("glColorPointer", userData);
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 382 // C function void glColorPointer ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer )
392 public static void glColorPointer(
    [all...]
GLLogWrapper.java     [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 340 void glColorPointer(
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 149 void (GLAPIENTRY *GLDispatch::glColorPointer)(GLint,GLenum,GLsizei,const GLvoid *) = NULL;
402 LOAD_GL_FUNC(glColorPointer);
  /development/ndk/platforms/android-4/include/GLES/
gl.h 649 GL_API void GL_APIENTRY glColorPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
    [all...]
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
demo.c 152 glColorPointer(4, GL_UNSIGNED_BYTE, 0, object->colorArray);
  /external/chromium_org/third_party/mesa/src/include/GLES/
gl.h 649 GL_API void GL_APIENTRY glColorPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
    [all...]
  /external/mesa3d/include/GLES/
gl.h 649 GL_API void GL_APIENTRY glColorPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
    [all...]
  /frameworks/native/opengl/include/GLES/
gl.h 649 GL_API void GL_APIENTRY glColorPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
    [all...]
  /frameworks/native/opengl/tests/angeles/
demo.c 152 glColorPointer(4, GL_UNSIGNED_BYTE, 0, object->colorArray);
  /frameworks/native/opengl/tests/angeles/include/GLES/
gl.h 488 GLAPI void APIENTRY glColorPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 648 GL_API void GL_APIENTRY glColorPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 648 GL_API void GL_APIENTRY glColorPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES/
gl.h 648 GL_API void GL_APIENTRY glColorPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/GLES/
gl.h 648 GL_API void GL_APIENTRY glColorPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/GLES/
gl.h 648 GL_API void GL_APIENTRY glColorPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
    [all...]
  /prebuilts/ndk/5/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 648 GL_API void GL_APIENTRY glColorPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
    [all...]

Completed in 605 milliseconds

12 3 4 5 6 7