Searched refs:glVertexAttrib4fv (Results 1 – 9 of 9) sorted by relevance
/sdk/emulator/opengl/host/libs/GLESv2_dec/ |
D | gl2.attrib | 317 #void glVertexAttrib4fv(GLuint indx, GLfloat *values) 318 glVertexAttrib4fv
|
D | gl2.in | 140 GL_ENTRY(void, glVertexAttrib4fv, GLuint indx, const GLfloat* values)
|
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
D | GLDispatch.cpp | 243 void (GL_APIENTRY *GLDispatch::glVertexAttrib4fv)(GLuint,const GLfloat*) = NULL; 481 LOAD_GL_FUNC(glVertexAttrib4fv); in dispatchFuncs()
|
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/ |
D | GLDispatch.h | 208 static void (GL_APIENTRY *glVertexAttrib4fv)(GLuint indx, const GLfloat* values);
|
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/ |
D | gl2.h | 613 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/ |
D | GLProtoBuf.java | 402 glVertexAttrib4fv(371, 371), enumConstant 895 case 371: return glVertexAttrib4fv; in valueOf()
|
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/ |
D | GLESv2Imp.cpp | 1986 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/ |
D | StateTransformFactory.java | 58 case glVertexAttrib4fv: in getTransformsFor()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
D | entries.in | 440 void, glVertexAttrib4fv, GLuint indx, const GLfloat* values
|