Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/
DlibGLESv2.map.txt198 glVertexAttrib1fv;
DlibGLESv3.map.txt401 glVertexAttrib1fv;
Dentries.in983 GL_ENTRY(void, glVertexAttrib1fv, GLuint index, const GLfloat *v)
/frameworks/base/opengl/java/android/opengl/
DGLES20.java1794 public static native void glVertexAttrib1fv( in glVertexAttrib1fv() method in GLES20
1802 public static native void glVertexAttrib1fv( in glVertexAttrib1fv() method in GLES20
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES20.spec135 void glVertexAttrib1fv ( GLuint indx, const GLfloat *values )
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DImageShader.java126 GLES20.glVertexAttrib1fv(mIndex, mValues); in push()
/frameworks/base/media/mca/filterfw/native/core/
Dshader_program.cpp1059 case 1: glVertexAttrib1fv(attrib.index, values); break; in PushAttributes()
/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc830 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glVertexAttrib1fv);
1678 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glVertexAttrib1fv); in init_stub_library()
Dstubs_arm64.cc830 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glVertexAttrib1fv);
1678 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glVertexAttrib1fv); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm64.cc830 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glVertexAttrib1fv);
1678 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glVertexAttrib1fv); in init_stub_library()
Dstubs_arm.cc830 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glVertexAttrib1fv);
1678 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glVertexAttrib1fv); in init_stub_library()
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h885 #define glVertexAttrib1fv wrap_glVertexAttrib1fv macro
Dgles_undefine.h884 #undef glVertexAttrib1fv
Dgles_stubs.in400 void API_ENTRY(glVertexAttrib1fv)(GLuint index, const GLfloat *v) {
401 CALL_GL_API(glVertexAttrib1fv, index, v);
Dgles_decls.in134 GL_ENTRY(void, glVertexAttrib1fv, GLuint index, const GLfloat *v)
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in400 void API_ENTRY(glVertexAttrib1fv)(GLuint index, const GLfloat *v) {
401 CALL_GL_API(glVertexAttrib1fv, index, v);
/frameworks/native/opengl/include/GLES2/
Dgl2.h659 GL_APICALL void GL_APIENTRY glVertexAttrib1fv (GLuint index, const GLfloat *v);
/frameworks/native/opengl/include/GLES3/
Dgl3.h659 GL_APICALL void GL_APIENTRY glVertexAttrib1fv (GLuint index, const GLfloat *v);
Dgl31.h661 GL_APICALL void GL_APIENTRY glVertexAttrib1fv (GLuint index, const GLfloat *v);
Dgl32.h661 GL_APICALL void GL_APIENTRY glVertexAttrib1fv (GLuint index, const GLfloat *v);
/frameworks/base/core/jni/
Dandroid_opengl_GLES20.cpp6020 glVertexAttrib1fv( in android_glVertexAttrib1fv__I_3FI()
6064 glVertexAttrib1fv( in android_glVertexAttrib1fv__ILjava_nio_FloatBuffer_2()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19855 method public static void glVertexAttrib1fv(int, float[], int);
19856 method public static void glVertexAttrib1fv(int, java.nio.FloatBuffer);
/frameworks/base/non-updatable-api/
Dcurrent.txt32532 method public static void glVertexAttrib1fv(int, float[], int);
32533 method public static void glVertexAttrib1fv(int, java.nio.FloatBuffer);
/frameworks/base/api/
Dcurrent.txt32676 method public static void glVertexAttrib1fv(int, float[], int);
32677 method public static void glVertexAttrib1fv(int, java.nio.FloatBuffer);