Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLDispatch.cpp259 void (GL_APIENTRY *GLDispatch::glUniform3f)(GLint,GLfloat,GLfloat,GLfloat) = NULL;
497 LOAD_GL_FUNC(glUniform3f); in dispatchFuncs()
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DGLDispatch.h223 static void (GL_APIENTRY *glUniform3f)(GLint location, GLfloat x, GLfloat y, GLfloat z);
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/
Dgl2.h593 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat x, GLfloat y, GLfloat z);
/sdk/emulator/opengl/host/libs/GLESv2_dec/
Dgl2.in120 GL_ENTRY(void, glUniform3f, GLint location, GLfloat x, GLfloat y, GLfloat z)
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Imp.cpp1860 GL_APICALL void GL_APIENTRY glUniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z){ in glUniform3f() function
1862 ctx->dispatcher().glUniform3f(location,x,y,z); in glUniform3f()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java381 glUniform3f(350, 350), enumConstant
978 case 350: return glUniform3f; in valueOf()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
DStateTransformFactory.java155 case glUniform3f: in getTransformsFor()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in502 void, glUniform3f, GLint location, GLfloat x, GLfloat y, GLfloat z