Searched refs:glVertexAttrib2fv (Results 1 – 9 of 9) sorted by relevance
/sdk/emulator/opengl/host/libs/GLESv2_dec/ |
D | gl2.attrib | 309 #void glVertexAttrib2fv(GLuint indx, GLfloat *values) 310 glVertexAttrib2fv
|
D | gl2.in | 136 GL_ENTRY(void, glVertexAttrib2fv, GLuint indx, const GLfloat* values)
|
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
D | GLDispatch.cpp | 239 void (GL_APIENTRY *GLDispatch::glVertexAttrib2fv)(GLuint,const GLfloat*) = NULL; 477 LOAD_GL_FUNC(glVertexAttrib2fv); in dispatchFuncs()
|
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/ |
D | GLDispatch.h | 204 static void (GL_APIENTRY *glVertexAttrib2fv)(GLuint indx, const GLfloat* values);
|
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/ |
D | gl2.h | 609 GL_APICALL void GL_APIENTRY glVertexAttrib2fv (GLuint indx, const GLfloat* values);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
D | GLProtoBuf.java | 398 glVertexAttrib2fv(367, 367), enumConstant 891 case 367: return glVertexAttrib2fv; in valueOf()
|
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/ |
D | GLESv2Imp.cpp | 1958 GL_APICALL void GL_APIENTRY glVertexAttrib2fv(GLuint indx, const GLfloat* values){ in glVertexAttrib2fv() function 1960 ctx->dispatcher().glVertexAttrib2fv(indx,values); in glVertexAttrib2fv()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/ |
D | StateTransformFactory.java | 56 case glVertexAttrib2fv: in getTransformsFor()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
D | entries.in | 436 void, glVertexAttrib2fv, GLuint indx, const GLfloat* values
|