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

  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES30.spec 45 void glVertexAttribIPointer ( GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer )
46 void glVertexAttribIPointer ( GLuint index, GLint size, GLenum type, GLsizei stride, GLsizei offset )
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
common.cpp 47 glVertexAttribIPointer(indx, size, type, stride, pointer);
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.c 60 FIND_PROC(glVertexAttribIPointer);
166 !glVertexAttribIPointer ||
278 GL_APICALL void (* GL_APIENTRY glVertexAttribIPointer) (GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid* pointer);
gl3stub.h 421 extern GL_APICALL void (* GL_APIENTRY glVertexAttribIPointer) (GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid* pointer);
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES30.java     [all...]
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 441 glVertexAttribIPointer = 415;
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h     [all...]
  /frameworks/native/opengl/include/GLES3/
gl3.h     [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp 1056 const GLMessage_Function GLMessage::glVertexAttribIPointer;
    [all...]
gltrace.pb.h     [all...]
gltrace_api.cpp     [all...]
  /frameworks/base/core/jni/
android_opengl_GLES30.cpp 69 glVertexAttribIPointer(indx, size, type, stride, pointer);
    [all...]
  /prebuilts/sdk/18/
android.jar 

Completed in 198 milliseconds