HomeSort by relevance Sort by last modified time
    Searched refs:glVertexAttribI4i (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/deqp/framework/egl/
egluStaticES30Library.inl 244 { "glVertexAttribI4i", (deFunctionPtr)glVertexAttribI4i },
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.c 64 FIND_PROC(glVertexAttribI4i);
170 !glVertexAttribI4i ||
282 GL_APICALL void (* GL_APIENTRY glVertexAttribI4i) (GLuint index, GLint x, GLint y, GLint z, GLint w);
gl3stub.h 427 extern GL_APICALL void (* GL_APIENTRY glVertexAttribI4i) (GLuint index, GLint x, GLint y, GLint z, GLint w);
    [all...]
  /development/ndk/sources/android/ndk_helper/
gl3stub.c 65 FIND_PROC( glVertexAttribI4i );
143 || !glGetVertexAttribIiv || !glGetVertexAttribIuiv || !glVertexAttribI4i
334 GL_APICALL void (* GL_APIENTRY glVertexAttribI4i)( GLuint index,
gl3stub.h 437 extern GL_APICALL void (* GL_APIENTRY glVertexAttribI4i) (GLuint index, GLint x, GLint y, GLint z, GLint w);
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitES30Direct.inl 244 gl->vertexAttribI4i = &glVertexAttribI4i;
glwInitES31Direct.inl 310 gl->vertexAttribI4i = &glVertexAttribI4i;
  /frameworks/native/opengl/libs/GLES_trace/proto/
gltrace.proto 446 glVertexAttribI4i = 418;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES30.spec 49 void glVertexAttribI4i ( GLuint index, GLint x, GLint y, GLint z, GLint w )
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.hpp 236 void glVertexAttribI4i (deUint32 index, int x, int y, int z, int w);
sglrGLContext.cpp 703 m_wrapper->glVertexAttribI4i(index, x, y, z, w);
  /frameworks/base/opengl/java/android/opengl/
GLES30.java     [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 632 gl->vertexAttribI4i = glVertexAttribI4i;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fNegativeVertexArrayApiTests.cpp 104 glVertexAttribI4i(maxVertexAttribs, valInt, valInt, valInt, valInt);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeVertexArrayApiTests.cpp 97 ctx.glVertexAttribI4i(maxVertexAttribs, valInt, valInt, valInt, valInt);
    [all...]
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h     [all...]
  /development/ndk/platforms/android-21/include/GLES3/
gl3.h     [all...]
  /frameworks/native/opengl/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/GLES3/
gl3.h     [all...]

Completed in 55 milliseconds

1 2 3