Home
last modified time | relevance | path

Searched refs:glVertexAttrib2fv (Results 1 – 9 of 9) sorted by relevance

/sdk/emulator/opengl/host/libs/GLESv2_dec/
Dgl2.attrib309 #void glVertexAttrib2fv(GLuint indx, GLfloat *values)
310 glVertexAttrib2fv
Dgl2.in136 GL_ENTRY(void, glVertexAttrib2fv, GLuint indx, const GLfloat* values)
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLDispatch.cpp239 void (GL_APIENTRY *GLDispatch::glVertexAttrib2fv)(GLuint,const GLfloat*) = NULL;
477 LOAD_GL_FUNC(glVertexAttrib2fv); in dispatchFuncs()
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DGLDispatch.h204 static void (GL_APIENTRY *glVertexAttrib2fv)(GLuint indx, const GLfloat* values);
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/
Dgl2.h609 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/
DGLProtoBuf.java398 glVertexAttrib2fv(367, 367), enumConstant
891 case 367: return glVertexAttrib2fv; in valueOf()
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Imp.cpp1958 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/
DStateTransformFactory.java56 case glVertexAttrib2fv: in getTransformsFor()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in436 void, glVertexAttrib2fv, GLuint indx, const GLfloat* values