/hardware/google/gfxstream/host/gl/ |
D | TextureDraw.cpp | 236 s_gles2.glUniform1f(mAlpha, 1.0); in TextureDraw() 615 s_gles2.glUniform1f(mAlpha, layer.alpha); in drawLayer() 686 s_gles2.glUniform1f(mAlpha, 1.0); in cleanupForDrawLayer()
|
D | YUVConverter.cpp | 836 s_gles2.glUniform1f(uniformLocYWidthCutoff, uYWidthCutoff); in doYUVConversionDraw() 837 s_gles2.glUniform1f(uniformLocUVWidthCutoff, uUVWidthCutoff); in doYUVConversionDraw()
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 122 {"glUniform1f", (void*)glUniform1f},
|
D | gl2_client_context.h | 124 glUniform1f_client_proc_t glUniform1f; member
|
D | gl2_client_context.cpp | 124 glUniform1f = (glUniform1f_client_proc_t) getProc("glUniform1f", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 119 void glUniform1f(GLint location, GLfloat x); 1136 void glUniform1f(GLint location, GLfloat x) in glUniform1f() function 1139 ctx->glUniform1f(ctx, location, x); in glUniform1f()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | CoreProfileEngine.cpp | 914 gl.glUniform1f(m_geometryDrawState.materialSpecularExponentLoc, material.specularExponent); in setupLighting() 960 gl.glUniform1f(m_geometryDrawState.fogDensityLoc, fogInfo.density); in setupFog() 961 gl.glUniform1f(m_geometryDrawState.fogStartLoc, fogInfo.start); in setupFog() 962 gl.glUniform1f(m_geometryDrawState.fogEndLoc, fogInfo.end); in setupFog()
|
/hardware/libhardware/tests/hwc/ |
D | test-arrows.c | 133 glUniform1f(uAnim, anim); in render()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles2_only.entries | 25 void glUniform1f(GLint location, GLfloat x);
|
D | gles2_only_dispatch_logging_wrappers.impl | 105 DISPATCH_DEBUG_LOG("glUniform1f(location:%d, x:%f)", location, x);
|
D | gles12tr_internal.entries | 291 void glUniform1f( GLint location, GLfloat x);
|
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndGlTests.cpp | 595 mGl->glUniform1f(multiplierUniformLoc, 2.0f); in TEST_P() 733 mGl->glUniform1f(multiplierUniformLoc, 2.0f); in TEST_P()
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles2_only_static_translator_namespaced_header.h | 28 GL_APICALL void GL_APIENTRY glUniform1f(GLint location, GLfloat x);
|
D | gles2_only_functions.h | 28 X(void, glUniform1f, (GLint location, GLfloat x), (location, x)) \
|
D | gles12tr_internal.h | 293 X(void, glUniform1f, (GLint location, GLfloat x), (location, x)) \
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 155 glUniform1f_server_proc_t glUniform1f; member
|
D | gles2_server_context.cpp | 124 glUniform1f = (glUniform1f_server_proc_t) getProc("glUniform1f", userData); in initDispatchByName()
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2.h | 637 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat v0);
|
/hardware/google/gfxstream/guest/mesa/include/GLES2/ |
D | gl2.h | 618 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat v0);
|
/hardware/google/gfxstream/common/opengl/include/GLES2/ |
D | gl2.h | 618 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat v0);
|
/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl3.h | 488 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat v0);
|
D | gl31.h | 488 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat v0);
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl3.h | 488 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat v0);
|
D | gl31.h | 488 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat v0);
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 226 X(void, glUniform1f, (GLint location, GLfloat x), (location, x)) \
|