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

1 2 3

  /external/mesa3d/src/mapi/es2api/
ABI-check 252 glVertexAttribI4i
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_ftable.h 249 {"glVertexAttribI4i", (void*)glVertexAttribI4i},
gl2_client_context.h 267 glVertexAttribI4i_client_proc_t glVertexAttribI4i;
gl2_client_context.cpp 267 glVertexAttribI4i = (glVertexAttribI4i_client_proc_t) getProc("glVertexAttribI4i", userData);
    [all...]
gl2_entry.cpp 262 void glVertexAttribI4i(GLuint index, GLint v0, GLint v1, GLint v2, GLint v3);
    [all...]
  /external/deqp/framework/egl/
egluStaticES30Library.inl 244 { "glVertexAttribI4i", (deFunctionPtr)glVertexAttribI4i },
  /prebuilts/ndk/r16/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;
glwInitES32Direct.inl 354 gl->vertexAttribI4i = &glVertexAttribI4i;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES30.spec 49 void glVertexAttribI4i ( GLuint index, GLint x, GLint y, GLint z, GLint w )
  /external/deqp/external/openglcts/modules/gl/
gl4cVertexAttribBindingTests.cpp     [all...]
  /external/deqp/external/openglcts/modules/gles31/
es31cVertexAttribBindingTests.cpp     [all...]
  /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/libs/hwui/debug/
gles_redefine.h     [all...]
gles_undefine.h 897 #undef glVertexAttribI4i
  /frameworks/base/opengl/java/android/opengl/
GLES30.java     [all...]
  /external/deqp/modules/gles3/functional/
es3fNegativeVertexArrayApiTests.cpp 104 glVertexAttribI4i(maxVertexAttribs, valInt, valInt, valInt, valInt);
    [all...]
  /device/generic/goldfish-opengl/system/include/GLES3/
gl3.h     [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeVertexArrayApiTests.cpp 107 ctx.glVertexAttribI4i(maxVertexAttribs, valInt, valInt, valInt, valInt);
    [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 449 glVertexAttribI4i(418, 418),
    [all...]

Completed in 897 milliseconds

1 2 3