Home
last modified time | relevance | path

Searched refs:glUniform1f (Results 1 – 25 of 39) sorted by relevance

12

/hardware/google/gfxstream/host/gl/
DTextureDraw.cpp236 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()
DYUVConverter.cpp836 s_gles2.glUniform1f(uniformLocYWidthCutoff, uYWidthCutoff); in doYUVConversionDraw()
837 s_gles2.glUniform1f(uniformLocUVWidthCutoff, uUVWidthCutoff); in doYUVConversionDraw()
/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h122 {"glUniform1f", (void*)glUniform1f},
Dgl2_client_context.h124 glUniform1f_client_proc_t glUniform1f; member
Dgl2_client_context.cpp124 glUniform1f = (glUniform1f_client_proc_t) getProc("glUniform1f", userData); in initDispatchByName()
Dgl2_entry.cpp119 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/
DCoreProfileEngine.cpp914 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/
Dtest-arrows.c133 glUniform1f(uAnim, anim); in render()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles2_only.entries25 void glUniform1f(GLint location, GLfloat x);
Dgles2_only_dispatch_logging_wrappers.impl105 DISPATCH_DEBUG_LOG("glUniform1f(location:%d, x:%f)", location, x);
Dgles12tr_internal.entries291 void glUniform1f( GLint location, GLfloat x);
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndGlTests.cpp595 mGl->glUniform1f(multiplierUniformLoc, 2.0f); in TEST_P()
733 mGl->glUniform1f(multiplierUniformLoc, 2.0f); in TEST_P()
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles2_only_static_translator_namespaced_header.h28 GL_APICALL void GL_APIENTRY glUniform1f(GLint location, GLfloat x);
Dgles2_only_functions.h28 X(void, glUniform1f, (GLint location, GLfloat x), (location, x)) \
Dgles12tr_internal.h293 X(void, glUniform1f, (GLint location, GLfloat x), (location, x)) \
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h155 glUniform1f_server_proc_t glUniform1f; member
Dgles2_server_context.cpp124 glUniform1f = (glUniform1f_server_proc_t) getProc("glUniform1f", userData); in initDispatchByName()
/hardware/google/gfxstream/include/GLES2/
Dgl2.h637 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat v0);
/hardware/google/gfxstream/guest/mesa/include/GLES2/
Dgl2.h618 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat v0);
/hardware/google/gfxstream/common/opengl/include/GLES2/
Dgl2.h618 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat v0);
/hardware/google/gfxstream/common/opengl/include/GLES3/
Dgl3.h488 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat v0);
Dgl31.h488 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat v0);
/hardware/google/gfxstream/include/GLES3/
Dgl3.h488 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat v0);
Dgl31.h488 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat v0);
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h226 X(void, glUniform1f, (GLint location, GLfloat x), (location, x)) \

12