Searched refs:glVertexAttrib1f (Results 1 – 8 of 8) sorted by relevance
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
D | GLDispatch.cpp | 236 void (GL_APIENTRY *GLDispatch::glVertexAttrib1f)(GLuint,GLfloat) = NULL; 474 LOAD_GL_FUNC(glVertexAttrib1f); in dispatchFuncs()
|
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/ |
D | GLDispatch.h | 201 static void (GL_APIENTRY *glVertexAttrib1f)(GLuint indx, GLfloat x);
|
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/ |
D | gl2.h | 606 GL_APICALL void GL_APIENTRY glVertexAttrib1f (GLuint indx, GLfloat x);
|
/sdk/emulator/opengl/host/libs/GLESv2_dec/ |
D | gl2.in | 133 GL_ENTRY(void, glVertexAttrib1f, GLuint indx, GLfloat x)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
D | GLProtoBuf.java | 395 glVertexAttrib1f(364, 364), enumConstant 888 case 364: return glVertexAttrib1f; in valueOf()
|
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/ |
D | GLESv2Imp.cpp | 1937 GL_APICALL void GL_APIENTRY glVertexAttrib1f(GLuint indx, GLfloat x){ in glVertexAttrib1f() function 1939 ctx->dispatcher().glVertexAttrib1f(indx,x); in glVertexAttrib1f()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/ |
D | StateTransformFactory.java | 50 case glVertexAttrib1f: in getTransformsFor()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
D | entries.in | 433 void, glVertexAttrib1f, GLuint indx, GLfloat x
|