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

1 2 3

  /external/deqp/framework/egl/
egluStaticES30Library.inl 46 { "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 424 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 434 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 188 gl->vertexAttribI4i = &glVertexAttribI4i;
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 444 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/platform/null/
tcuNullRenderContextInitFuncs.inl 229 gl->vertexAttribI4i = glVertexAttribI4i;
  /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/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...]
  /external/chromium_org/third_party/angle/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-arm64/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-mips64/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/GLES3/
gl3.h     [all...]

Completed in 527 milliseconds

1 2 3