Home
last modified time | relevance | path

Searched refs:glVertexAttrib2f (Results 1 – 8 of 8) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLDispatch.cpp239 void (GL_APIENTRY *GLDispatch::glVertexAttrib2f)(GLuint,GLfloat, GLfloat) = NULL;
477 LOAD_GL_FUNC(glVertexAttrib2f); in dispatchFuncs()
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DGLDispatch.h203 static void (GL_APIENTRY *glVertexAttrib2f)(GLuint indx, GLfloat x, GLfloat y);
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/
Dgl2.h608 GL_APICALL void GL_APIENTRY glVertexAttrib2f (GLuint indx, GLfloat x, GLfloat y);
/sdk/emulator/opengl/host/libs/GLESv2_dec/
Dgl2.in135 GL_ENTRY(void, glVertexAttrib2f, GLuint indx, GLfloat x, GLfloat y)
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Imp.cpp1960 GL_APICALL void GL_APIENTRY glVertexAttrib2f(GLuint indx, GLfloat x, GLfloat y){ in glVertexAttrib2f() function
1962 ctx->dispatcher().glVertexAttrib2f(indx,x,y); in glVertexAttrib2f()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java397 glVertexAttrib2f(366, 366), enumConstant
994 case 366: return glVertexAttrib2f; in valueOf()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
DStateTransformFactory.java53 case glVertexAttrib2f: in getTransformsFor()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in532 void, glVertexAttrib2f, GLuint indx, GLfloat x, GLfloat y