Searched refs:glUniform2f (Results 1 – 8 of 8) sorted by relevance
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
D | GLDispatch.cpp | 254 void (GL_APIENTRY *GLDispatch::glUniform2f)(GLint,GLfloat,GLfloat) = NULL; 492 LOAD_GL_FUNC(glUniform2f); in dispatchFuncs()
|
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/ |
D | GLDispatch.h | 219 static void (GL_APIENTRY *glUniform2f)(GLint location, GLfloat x, GLfloat y);
|
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/ |
D | gl2.h | 589 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);
|
/sdk/emulator/opengl/host/libs/GLESv2_dec/ |
D | gl2.in | 116 GL_ENTRY(void, glUniform2f, GLint location, GLfloat x, GLfloat y)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
D | GLProtoBuf.java | 377 glUniform2f(346, 346), enumConstant 870 case 346: return glUniform2f; in valueOf()
|
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/ |
D | GLESv2Imp.cpp | 1835 GL_APICALL void GL_APIENTRY glUniform2f(GLint location, GLfloat x, GLfloat y){ in glUniform2f() function 1837 ctx->dispatcher().glUniform2f(location,x,y); in glUniform2f()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/ |
D | StateTransformFactory.java | 152 case glUniform2f: in getTransformsFor()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
D | entries.in | 413 void, glUniform2f, GLint location, GLfloat x, GLfloat y
|