Searched refs:glVertexAttrib3f (Results 1 – 8 of 8) sorted by relevance
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
D | GLDispatch.cpp | 240 void (GL_APIENTRY *GLDispatch::glVertexAttrib3f)(GLuint,GLfloat, GLfloat,GLfloat) = NULL; 478 LOAD_GL_FUNC(glVertexAttrib3f); in dispatchFuncs()
|
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/ |
D | gl2.h | 610 GL_APICALL void GL_APIENTRY glVertexAttrib3f (GLuint indx, GLfloat x, GLfloat y, GLfloat z);
|
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/ |
D | GLDispatch.h | 205 static void (GL_APIENTRY *glVertexAttrib3f)(GLuint indx, GLfloat x, GLfloat y, GLfloat z);
|
/sdk/emulator/opengl/host/libs/GLESv2_dec/ |
D | gl2.in | 137 GL_ENTRY(void, glVertexAttrib3f, GLuint indx, GLfloat x, GLfloat y, GLfloat z)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
D | GLProtoBuf.java | 399 glVertexAttrib3f(368, 368), enumConstant 892 case 368: return glVertexAttrib3f; in valueOf()
|
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/ |
D | GLESv2Imp.cpp | 1965 GL_APICALL void GL_APIENTRY glVertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z){ in glVertexAttrib3f() function 1967 ctx->dispatcher().glVertexAttrib3f(indx,x,y,z); in glVertexAttrib3f()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/ |
D | StateTransformFactory.java | 52 case glVertexAttrib3f: in getTransformsFor()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
D | entries.in | 437 void, glVertexAttrib3f, GLuint indx, GLfloat x, GLfloat y, GLfloat z
|