/frameworks/base/opengl/java/android/opengl/ |
D | GLES20.java | 1837 public static native void glVertexAttrib3fv( in glVertexAttrib3fv() method in GLES20 1845 public static native void glVertexAttrib3fv( in glVertexAttrib3fv() method in GLES20
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES20.spec | 139 void glVertexAttrib3fv ( GLuint indx, const GLfloat *values )
|
/frameworks/native/opengl/libs/GLES_trace/ |
D | gltrace.proto | 395 glVertexAttrib3fv = 369; enumerator
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | ImageShader.java | 132 GLES20.glVertexAttrib3fv(mIndex, mValues); in push()
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 514 GL_APICALL void GL_APIENTRY glVertexAttrib3fv (GLuint index, const GLfloat *v);
|
/frameworks/base/media/mca/filterfw/native/core/ |
D | shader_program.cpp | 1064 case 3: glVertexAttrib3fv(attrib.index, values); break; in PushAttributes()
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 412 void API_ENTRY(glVertexAttrib3fv)(GLuint index, const GLfloat * v) { 413 CALL_GL_API(glVertexAttrib3fv, index, v);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 514 GL_APICALL void GL_APIENTRY glVertexAttrib3fv (GLuint index, const GLfloat *v);
|
D | gl31.h | 514 GL_APICALL void GL_APIENTRY glVertexAttrib3fv (GLuint index, const GLfloat *v);
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace.pb.cpp | 1201 const GLMessage_Function GLMessage::glVertexAttrib3fv; member in android::gltrace::GLMessage
|
D | gltrace.pb.h | 1549 static const Function glVertexAttrib3fv = GLMessage_Function_glVertexAttrib3fv; variable
|
D | gltrace_api.cpp | 5502 glmsg.set_function(GLMessage::glVertexAttrib3fv); in GLTrace_glVertexAttrib3fv() 5519 glContext->hooks->gl.glVertexAttrib3fv(index, v); in GLTrace_glVertexAttrib3fv()
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES20.cpp | 5827 glVertexAttrib3fv( in android_glVertexAttrib3fv__I_3FI() 5865 glVertexAttrib3fv( in android_glVertexAttrib3fv__ILjava_nio_FloatBuffer_2()
|
/frameworks/native/opengl/libs/ |
D | entries.in | 711 GL_ENTRY(void, glVertexAttrib3fv, GLuint index, const GLfloat * v)
|
D | trace.in | 711 TRACE_GL_VOID(glVertexAttrib3fv, (GLuint index, const GLfloat * v), (index, v), 2, "GLuint", index,…
|
/frameworks/base/api/ |
D | system-current.txt | 21441 method public static void glVertexAttrib3fv(int, float[], int); 21442 method public static void glVertexAttrib3fv(int, java.nio.FloatBuffer);
|
D | current.txt | 19861 method public static void glVertexAttrib3fv(int, float[], int); 19862 method public static void glVertexAttrib3fv(int, java.nio.FloatBuffer);
|