Searched refs:glVertexAttrib3fv (Results 1 – 9 of 9) sorted by relevance
/sdk/emulator/opengl/host/libs/GLESv2_dec/ |
D | gl2.attrib | 313 #void glVertexAttrib3fv(GLuint indx, GLfloat *values) 314 glVertexAttrib3fv
|
D | gl2.in | 138 GL_ENTRY(void, glVertexAttrib3fv, GLuint indx, const GLfloat* values)
|
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
D | GLDispatch.cpp | 241 void (GL_APIENTRY *GLDispatch::glVertexAttrib3fv)(GLuint,const GLfloat*) = NULL; 479 LOAD_GL_FUNC(glVertexAttrib3fv); in dispatchFuncs()
|
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/ |
D | GLDispatch.h | 206 static void (GL_APIENTRY *glVertexAttrib3fv)(GLuint indx, const GLfloat* values);
|
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/ |
D | gl2.h | 611 GL_APICALL void GL_APIENTRY glVertexAttrib3fv (GLuint indx, const GLfloat* values);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
D | GLProtoBuf.java | 400 glVertexAttrib3fv(369, 369), enumConstant 893 case 369: return glVertexAttrib3fv; in valueOf()
|
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/ |
D | GLESv2Imp.cpp | 1972 GL_APICALL void GL_APIENTRY glVertexAttrib3fv(GLuint indx, const GLfloat* values){ in glVertexAttrib3fv() function 1974 ctx->dispatcher().glVertexAttrib3fv(indx,values); in glVertexAttrib3fv()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/ |
D | StateTransformFactory.java | 57 case glVertexAttrib3fv: in getTransformsFor()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
D | entries.in | 438 void, glVertexAttrib3fv, GLuint indx, const GLfloat* values
|