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

1 2 3

  /external/mesa3d/src/mapi/es2api/
ABI-check 255 glVertexAttribI4uiv
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_ftable.h 252 {"glVertexAttribI4uiv", (void*)glVertexAttribI4uiv},
gl2_client_context.h 270 glVertexAttribI4uiv_client_proc_t glVertexAttribI4uiv;
gl2_client_context.cpp 270 glVertexAttribI4uiv = (glVertexAttribI4uiv_client_proc_t) getProc("glVertexAttribI4uiv", userData);
    [all...]
gl2_entry.cpp 265 void glVertexAttribI4uiv(GLuint index, const GLuint* v);
    [all...]
  /external/deqp/framework/egl/
egluStaticES30Library.inl 247 { "glVertexAttribI4uiv", (deFunctionPtr)glVertexAttribI4uiv },
  /prebuilts/ndk/r16/sources/android/ndk_helper/
gl3stub.c 68 FIND_PROC( glVertexAttribI4uiv );
144 || !glVertexAttribI4ui || !glVertexAttribI4iv || !glVertexAttribI4uiv
345 GL_APICALL void (* GL_APIENTRY glVertexAttribI4uiv)( GLuint index, const GLuint* v );
gl3stub.h 440 extern GL_APICALL void (* GL_APIENTRY glVertexAttribI4uiv) (GLuint index, const GLuint* v);
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitES30Direct.inl 247 gl->vertexAttribI4uiv = &glVertexAttribI4uiv;
glwInitES31Direct.inl 313 gl->vertexAttribI4uiv = &glVertexAttribI4uiv;
glwInitES32Direct.inl 357 gl->vertexAttribI4uiv = &glVertexAttribI4uiv;
  /frameworks/base/opengl/java/android/opengl/
GLES30.java     [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES30.spec 52 void glVertexAttribI4uiv ( GLuint index, const GLuint *v )
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.hpp 239 void glVertexAttribI4uiv (deUint32 index, const deUint32* v);
  /frameworks/base/libs/hwui/debug/
gles_redefine.h     [all...]
gles_undefine.h 900 #undef glVertexAttribI4uiv
  /external/deqp/modules/gles3/functional/
es3fNegativeVertexArrayApiTests.cpp 119 glVertexAttribI4uiv(maxVertexAttribs, &valUint[0]);
    [all...]
  /device/generic/goldfish-opengl/system/include/GLES3/
gl3.h     [all...]
gl31.h     [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeVertexArrayApiTests.cpp 123 ctx.glVertexAttribI4uiv(maxVertexAttribs, &valUint[0]);
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/
gl3.h     [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 452 glVertexAttribI4uiv(421, 421),
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES30.cpp     [all...]
  /external/mesa3d/include/GLES3/
gl3.h     [all...]

Completed in 110 milliseconds

1 2 3