Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLDispatch.cpp240 void (GL_APIENTRY *GLDispatch::glVertexAttrib3f)(GLuint,GLfloat, GLfloat,GLfloat) = NULL;
478 LOAD_GL_FUNC(glVertexAttrib3f); in dispatchFuncs()
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/
Dgl2.h610 GL_APICALL void GL_APIENTRY glVertexAttrib3f (GLuint indx, GLfloat x, GLfloat y, GLfloat z);
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DGLDispatch.h205 static void (GL_APIENTRY *glVertexAttrib3f)(GLuint indx, GLfloat x, GLfloat y, GLfloat z);
/sdk/emulator/opengl/host/libs/GLESv2_dec/
Dgl2.in137 GL_ENTRY(void, glVertexAttrib3f, GLuint indx, GLfloat x, GLfloat y, GLfloat z)
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java399 glVertexAttrib3f(368, 368), enumConstant
892 case 368: return glVertexAttrib3f; in valueOf()
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Imp.cpp1965 GL_APICALL void GL_APIENTRY glVertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z){ in glVertexAttrib3f() function
1967 ctx->dispatcher().glVertexAttrib3f(indx,x,y,z); in glVertexAttrib3f()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
DStateTransformFactory.java52 case glVertexAttrib3f: in getTransformsFor()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in437 void, glVertexAttrib3f, GLuint indx, GLfloat x, GLfloat y, GLfloat z