Home
last modified time | relevance | path

Searched refs:glProgramUniform4f (Results 1 – 25 of 33) sorted by relevance

12

/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_ftable.h332 {"glProgramUniform4f", (void*)glProgramUniform4f},
Dgl2_client_context.h368 glProgramUniform4f_client_proc_t glProgramUniform4f; member
Dgl2_client_context.cpp368 glProgramUniform4f = (glProgramUniform4f_client_proc_t) getProc("glProgramUniform4f", userData); in initDispatchByName()
Dgl2_entry.cpp363 …void glProgramUniform4f(GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloa…
2608 void glProgramUniform4f(GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat… in glProgramUniform4f() function
2611 ctx->glProgramUniform4f(ctx, program, location, v0, v1, v2, v3); in glProgramUniform4f()
/device/generic/vulkan-cereal/stream-servers/glestranslator/GLES_V2/
DGLESv31Imp.cpp159 GL_APICALL void GL_APIENTRY glProgramUniform4f(GLuint program, GLint location, GLfloat v0, GLfloat … in glProgramUniform4f() function
161 SET_ERROR_IF_DISPATCHER_NOT_SUPPORT(glProgramUniform4f); in glProgramUniform4f()
167 ctx->dispatcher().glProgramUniform4f(globalProgramName, hostLoc, v0, v1, v2, v3); in glProgramUniform4f()
/device/generic/vulkan-cereal/stream-servers/OpenGLESDispatch/
Dgles31_only_static_translator_namespaced_header.h27 GL_APICALL void GL_APIENTRY glProgramUniform4f(GLuint program, GLint location, GLfloat v0, GLfloat …
Dgles31_only.entries37 void glProgramUniform4f(GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat…
Dgles31_only_functions.h27 …X(void, glProgramUniform4f, (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, G…
Dgles31_only_dispatch_logging_wrappers.impl85 …DISPATCH_DEBUG_LOG("glProgramUniform4f(program:%d, location:%d, v0:%f, v1:%f, v2:%f, v3:%f)", prog…
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles31_only.entries35 void glProgramUniform4f(GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat…
/device/generic/vulkan-cereal/third-party/angle/src/libGL/
DlibGL_autogen.def853 glProgramUniform4f
/device/generic/vulkan-cereal/stream-servers/gles2_dec/
Dgles2_server_context.h432 glProgramUniform4f_dec_server_proc_t glProgramUniform4f; member
DGLESv2Decoder.cpp237 OVERRIDE_DEC(glProgramUniform4f) in initGL()
956 SNAPSHOT_PROGRAM_CALL(glProgramUniform4f, (void* self, GLuint program, GLint location, GLfloat v0,…
Dgles2_server_context.cpp368glProgramUniform4f = (glProgramUniform4f_dec_server_proc_t) getProc("glProgramUniform4f", userData… in initDispatchByName()
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/
DlibGLESv2_autogen.def306 glProgramUniform4f
DlibGLESv2_with_capture_autogen.def306 glProgramUniform4f
DlibGLESv2_no_capture_autogen.def306 glProgramUniform4f
/device/generic/vulkan-cereal/include/GLES3/
Dgl31.h1140 GL_APICALL void GL_APIENTRY glProgramUniform4f (GLuint program, GLint location, GLfloat v0, GLfloat…
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl31.h1140 GL_APICALL void GL_APIENTRY glProgramUniform4f (GLuint program, GLint location, GLfloat v0, GLfloat…
/device/generic/vulkan-cereal/protocols/gles2/
Dgles2.attrib1315 glProgramUniform4f
Dgles2.in486 GL_ENTRY(void, glProgramUniform4f, GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat …
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.in482 GL_ENTRY(void, glProgramUniform4f, GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat …
/device/generic/vulkan-cereal/third-party/angle/include/GLES3/
Dgl31.h1483 GL_APICALL void GL_APIENTRY glProgramUniform4f (GLuint program, GLint location, GLfloat v0, GLfloat…
/device/generic/vulkan-cereal/third-party/angle/util/
Dgles_loader_autogen.h383 #define glProgramUniform4f l_glProgramUniform4f macro
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/GL/
Dgl_mangle.h1417 #define glProgramUniform4f MANGLE(ProgramUniform4f) macro

12