Home
last modified time | relevance | path

Searched refs:glVertexAttrib3fv (Results 1 – 24 of 24) sorted by relevance

/frameworks/native/opengl/libs/
DlibGLESv2.map.txt202 glVertexAttrib3fv;
DlibGLESv3.map.txt405 glVertexAttrib3fv;
Dentries.in987 GL_ENTRY(void, glVertexAttrib3fv, GLuint index, const GLfloat *v)
/frameworks/base/opengl/java/android/opengl/
DGLES20.java1841 public static native void glVertexAttrib3fv( in glVertexAttrib3fv() method in GLES20
1849 public static native void glVertexAttrib3fv( in glVertexAttrib3fv() method in GLES20
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES20.spec139 void glVertexAttrib3fv ( GLuint indx, const GLfloat *values )
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DImageShader.java132 GLES20.glVertexAttrib3fv(mIndex, mValues); in push()
/frameworks/base/media/mca/filterfw/native/core/
Dshader_program.cpp1061 case 3: glVertexAttrib3fv(attrib.index, values); break; in PushAttributes()
/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc834 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glVertexAttrib3fv);
1682 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glVertexAttrib3fv); in init_stub_library()
Dstubs_arm64.cc834 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glVertexAttrib3fv);
1682 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glVertexAttrib3fv); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm64.cc834 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glVertexAttrib3fv);
1682 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glVertexAttrib3fv); in init_stub_library()
Dstubs_arm.cc834 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glVertexAttrib3fv);
1682 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glVertexAttrib3fv); in init_stub_library()
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h889 #define glVertexAttrib3fv wrap_glVertexAttrib3fv macro
Dgles_undefine.h888 #undef glVertexAttrib3fv
Dgles_stubs.in412 void API_ENTRY(glVertexAttrib3fv)(GLuint index, const GLfloat *v) {
413 CALL_GL_API(glVertexAttrib3fv, index, v);
Dgles_decls.in138 GL_ENTRY(void, glVertexAttrib3fv, GLuint index, const GLfloat *v)
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in412 void API_ENTRY(glVertexAttrib3fv)(GLuint index, const GLfloat *v) {
413 CALL_GL_API(glVertexAttrib3fv, index, v);
/frameworks/native/opengl/include/GLES2/
Dgl2.h663 GL_APICALL void GL_APIENTRY glVertexAttrib3fv (GLuint index, const GLfloat *v);
/frameworks/native/opengl/include/GLES3/
Dgl3.h663 GL_APICALL void GL_APIENTRY glVertexAttrib3fv (GLuint index, const GLfloat *v);
Dgl31.h665 GL_APICALL void GL_APIENTRY glVertexAttrib3fv (GLuint index, const GLfloat *v);
Dgl32.h665 GL_APICALL void GL_APIENTRY glVertexAttrib3fv (GLuint index, const GLfloat *v);
/frameworks/base/core/jni/
Dandroid_opengl_GLES20.cpp6227 glVertexAttrib3fv( in android_glVertexAttrib3fv__I_3FI()
6271 glVertexAttrib3fv( in android_glVertexAttrib3fv__ILjava_nio_FloatBuffer_2()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19861 method public static void glVertexAttrib3fv(int, float[], int);
19862 method public static void glVertexAttrib3fv(int, java.nio.FloatBuffer);
/frameworks/base/non-updatable-api/
Dcurrent.txt32538 method public static void glVertexAttrib3fv(int, float[], int);
32539 method public static void glVertexAttrib3fv(int, java.nio.FloatBuffer);
/frameworks/base/api/
Dcurrent.txt32682 method public static void glVertexAttrib3fv(int, float[], int);
32683 method public static void glVertexAttrib3fv(int, java.nio.FloatBuffer);