Searched refs:glVertexAttrib1fv (Results 1 – 9 of 9) sorted by relevance
/sdk/emulator/opengl/host/libs/GLESv2_dec/ |
D | gl2.attrib | 306 #void glVertexAttrib1fv(GLuint indx, GLfloat *values) 307 glVertexAttrib1fv
|
D | gl2.in | 134 GL_ENTRY(void, glVertexAttrib1fv, GLuint indx, const GLfloat* values)
|
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
D | GLDispatch.cpp | 237 void (GL_APIENTRY *GLDispatch::glVertexAttrib1fv)(GLuint,const GLfloat*) = NULL; 475 LOAD_GL_FUNC(glVertexAttrib1fv); in dispatchFuncs()
|
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/ |
D | GLDispatch.h | 202 static void (GL_APIENTRY *glVertexAttrib1fv)(GLuint indx, const GLfloat* values);
|
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/ |
D | gl2.h | 607 GL_APICALL void GL_APIENTRY glVertexAttrib1fv (GLuint indx, const GLfloat* values);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
D | GLProtoBuf.java | 396 glVertexAttrib1fv(365, 365), enumConstant 889 case 365: return glVertexAttrib1fv; in valueOf()
|
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/ |
D | GLESv2Imp.cpp | 1944 GL_APICALL void GL_APIENTRY glVertexAttrib1fv(GLuint indx, const GLfloat* values){ in glVertexAttrib1fv() function 1946 ctx->dispatcher().glVertexAttrib1fv(indx,values); in glVertexAttrib1fv()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/ |
D | StateTransformFactory.java | 55 case glVertexAttrib1fv: in getTransformsFor()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
D | entries.in | 434 void, glVertexAttrib1fv, GLuint indx, const GLfloat* values
|