Searched refs:glUniform1f (Results 1 – 8 of 8) sorted by relevance
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
D | GLDispatch.cpp | 250 void (GL_APIENTRY *GLDispatch::glUniform1f)(GLint,GLfloat) = NULL; 488 LOAD_GL_FUNC(glUniform1f); in dispatchFuncs()
|
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/ |
D | gl2.h | 585 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat x);
|
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/ |
D | GLDispatch.h | 215 static void (GL_APIENTRY *glUniform1f)(GLint location, GLfloat x);
|
/sdk/emulator/opengl/host/libs/GLESv2_dec/ |
D | gl2.in | 112 GL_ENTRY(void, glUniform1f, GLint location, GLfloat x)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
D | GLProtoBuf.java | 373 glUniform1f(342, 342), enumConstant 866 case 342: return glUniform1f; in valueOf()
|
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/ |
D | GLESv2Imp.cpp | 1818 GL_APICALL void GL_APIENTRY glUniform1f(GLint location, GLfloat x){ in glUniform1f() function 1820 ctx->dispatcher().glUniform1f(location,x); in glUniform1f()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/ |
D | StateTransformFactory.java | 151 case glUniform1f: in getTransformsFor()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
D | entries.in | 409 void, glUniform1f, GLint location, GLfloat x
|