Home
last modified time | relevance | path

Searched refs:glVertexAttrib4fv (Results 1 – 9 of 9) sorted by relevance

/sdk/emulator/opengl/host/libs/GLESv2_dec/
Dgl2.attrib317 #void glVertexAttrib4fv(GLuint indx, GLfloat *values)
318 glVertexAttrib4fv
Dgl2.in140 GL_ENTRY(void, glVertexAttrib4fv, GLuint indx, const GLfloat* values)
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLDispatch.cpp243 void (GL_APIENTRY *GLDispatch::glVertexAttrib4fv)(GLuint,const GLfloat*) = NULL;
481 LOAD_GL_FUNC(glVertexAttrib4fv); in dispatchFuncs()
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DGLDispatch.h208 static void (GL_APIENTRY *glVertexAttrib4fv)(GLuint indx, const GLfloat* values);
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/
Dgl2.h613 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint indx, const GLfloat* values);
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java402 glVertexAttrib4fv(371, 371), enumConstant
895 case 371: return glVertexAttrib4fv; in valueOf()
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Imp.cpp1986 GL_APICALL void GL_APIENTRY glVertexAttrib4fv(GLuint indx, const GLfloat* values){ in glVertexAttrib4fv() function
1988 ctx->dispatcher().glVertexAttrib4fv(indx,values); in glVertexAttrib4fv()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
DStateTransformFactory.java58 case glVertexAttrib4fv: in getTransformsFor()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in440 void, glVertexAttrib4fv, GLuint indx, const GLfloat* values