Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/GLESv2_dec/
Dgl2.attrib313 #void glVertexAttrib3fv(GLuint indx, GLfloat *values)
314 glVertexAttrib3fv
Dgl2.in138 GL_ENTRY(void, glVertexAttrib3fv, GLuint indx, const GLfloat* values)
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLDispatch.cpp241 void (GL_APIENTRY *GLDispatch::glVertexAttrib3fv)(GLuint,const GLfloat*) = NULL;
479 LOAD_GL_FUNC(glVertexAttrib3fv); in dispatchFuncs()
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DGLDispatch.h206 static void (GL_APIENTRY *glVertexAttrib3fv)(GLuint indx, const GLfloat* values);
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/
Dgl2.h611 GL_APICALL void GL_APIENTRY glVertexAttrib3fv (GLuint indx, const GLfloat* values);
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java400 glVertexAttrib3fv(369, 369), enumConstant
893 case 369: return glVertexAttrib3fv; in valueOf()
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Imp.cpp1972 GL_APICALL void GL_APIENTRY glVertexAttrib3fv(GLuint indx, const GLfloat* values){ in glVertexAttrib3fv() function
1974 ctx->dispatcher().glVertexAttrib3fv(indx,values); in glVertexAttrib3fv()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
DStateTransformFactory.java57 case glVertexAttrib3fv: in getTransformsFor()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in438 void, glVertexAttrib3fv, GLuint indx, const GLfloat* values