Home
last modified time | relevance | path

Searched refs:glVertexAttrib4f (Results 1 – 16 of 16) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES20.spec140 void glVertexAttrib4f ( GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w )
/frameworks/base/libs/hwui/debug/
Dnullgles.cpp264 void glVertexAttrib4f(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) {} in glVertexAttrib4f() function
Dwrap_gles.h892 #define glVertexAttrib4f wrap_glVertexAttrib4f macro
Dunwrap_gles.h892 #undef glVertexAttrib4f
/frameworks/base/opengl/java/android/opengl/
DGLES20.java1852 public static native void glVertexAttrib4f( in glVertexAttrib4f() method in GLES20
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in415 void API_ENTRY(glVertexAttrib4f)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) {
416 CALL_GL_API(glVertexAttrib4f, index, x, y, z, w);
/frameworks/native/opengl/include/GLES2/
Dgl2.h666 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloa…
/frameworks/native/opengl/include/GLES3/
Dgl3.h666 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloa…
Dgl31.h666 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloa…
Dgl32.h666 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloa…
/frameworks/native/opengl/libs/
Dentries.in873 GL_ENTRY(void, glVertexAttrib4f, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
/frameworks/base/core/jni/
Dandroid_opengl_GLES20.cpp5988 glVertexAttrib4f( in android_glVertexAttrib4f__IFFFF()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19863 method public static void glVertexAttrib4f(int, float, float, float, float);
/frameworks/base/api/
Dcurrent.txt26373 method public static void glVertexAttrib4f(int, float, float, float, float);
Dsystem-current.txt28813 method public static void glVertexAttrib4f(int, float, float, float, float);
Dtest-current.txt26442 method public static void glVertexAttrib4f(int, float, float, float, float);