Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/GLESv2_dec/
Dgl2.attrib306 #void glVertexAttrib1fv(GLuint indx, GLfloat *values)
307 glVertexAttrib1fv
Dgl2.in134 GL_ENTRY(void, glVertexAttrib1fv, GLuint indx, const GLfloat* values)
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLDispatch.cpp237 void (GL_APIENTRY *GLDispatch::glVertexAttrib1fv)(GLuint,const GLfloat*) = NULL;
475 LOAD_GL_FUNC(glVertexAttrib1fv); in dispatchFuncs()
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DGLDispatch.h202 static void (GL_APIENTRY *glVertexAttrib1fv)(GLuint indx, const GLfloat* values);
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/
Dgl2.h607 GL_APICALL void GL_APIENTRY glVertexAttrib1fv (GLuint indx, const GLfloat* values);
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java396 glVertexAttrib1fv(365, 365), enumConstant
889 case 365: return glVertexAttrib1fv; in valueOf()
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Imp.cpp1944 GL_APICALL void GL_APIENTRY glVertexAttrib1fv(GLuint indx, const GLfloat* values){ in glVertexAttrib1fv() function
1946 ctx->dispatcher().glVertexAttrib1fv(indx,values); in glVertexAttrib1fv()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
DStateTransformFactory.java55 case glVertexAttrib1fv: in getTransformsFor()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in434 void, glVertexAttrib1fv, GLuint indx, const GLfloat* values