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

1 2 3 4 5 6 7

  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_ftable.h 150 {"glVertexAttrib4fv", (void*)glVertexAttrib4fv},
gl2_client_context.h 152 glVertexAttrib4fv_client_proc_t glVertexAttrib4fv;
gl2_client_context.cpp 152 glVertexAttrib4fv = (glVertexAttrib4fv_client_proc_t) getProc("glVertexAttrib4fv", userData);
gl2_entry.cpp 148 void glVertexAttrib4fv(GLuint indx, const GLfloat* values);
    [all...]
  /external/deqp/framework/egl/
egluStaticES20Library.inl 145 { "glVertexAttrib4fv", (deFunctionPtr)glVertexAttrib4fv },
egluStaticES30Library.inl 242 { "glVertexAttrib4fv", (deFunctionPtr)glVertexAttrib4fv },
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 145 gl->vertexAttrib4fv = &glVertexAttrib4fv;
glwInitES30Direct.inl 242 gl->vertexAttrib4fv = &glVertexAttrib4fv;
glwInitES31Direct.inl 306 gl->vertexAttrib4fv = &glVertexAttrib4fv;
glwInitES32Direct.inl 350 gl->vertexAttrib4fv = &glVertexAttrib4fv;
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 196 } else if (0 == strcmp("glVertexAttrib4fv", name)) {
197 return (GrGLFuncPtr) glVertexAttrib4fv;
  /external/deqp/modules/gles2/functional/
es2fNegativeVertexArrayApiTests.cpp 83 glVertexAttrib4fv(maxVertexAttribs, &v[0]);
  /external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
AndroidGL20.java 355 public native void glVertexAttrib4fv (int indx, FloatBuffer values);
  /external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosrobovm/
IOSGLES20.java 354 public native void glVertexAttrib4fv ( int indx, FloatBuffer values );
  /external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/
IOSGLES20.java 354 public native void glVertexAttrib4fv ( int indx, FloatBuffer values );
  /external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/
JglfwGL20.java 724 public void glVertexAttrib4fv (int indx, FloatBuffer values) {
725 GL.glVertexAttrib4fv(indx, values, getPosition(values));
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/
GwtGL20Debug.java 1035 public void glVertexAttrib4fv (int indx, FloatBuffer values) {
1037 super.glVertexAttrib4fv(indx, values);
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/profiling/
GL20Profiler.java 1191 public void glVertexAttrib4fv (int indx, FloatBuffer values) {
1193 gl20.glVertexAttrib4fv(indx, values);
GL30Profiler.java 1192 public void glVertexAttrib4fv (int indx, FloatBuffer values) {
1194 gl30.glVertexAttrib4fv(indx, values);
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES20.java     [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES20.spec 141 void glVertexAttrib4fv ( GLuint indx, const GLfloat *values )
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
GL20.java 665 public void glVertexAttrib4fv (int indx, FloatBuffer values);
  /frameworks/base/libs/hwui/debug/
nullgles.cpp 265 void glVertexAttrib4fv(GLuint index, const GLfloat *v) {}
  /development/ndk/platforms/android-21/include/GLES2/
gl2.h 516 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint index, const GLfloat *v);
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 613 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint indx, const GLfloat* values);

Completed in 264 milliseconds

1 2 3 4 5 6 7