Home
last modified time | relevance | path

Searched refs:glUniform2fv (Results 1 – 25 of 36) sorted by relevance

12

/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h127 {"glUniform2fv", (void*)glUniform2fv},
Dgl2_client_context.h129 glUniform2fv_client_proc_t glUniform2fv; member
Dgl2_client_context.cpp129 glUniform2fv = (glUniform2fv_client_proc_t) getProc("glUniform2fv", userData); in initDispatchByName()
Dgl2_entry.cpp124 void glUniform2fv(GLint location, GLsizei count, const GLfloat* v);
1166 void glUniform2fv(GLint location, GLsizei count, const GLfloat* v) in glUniform2fv() function
1169 ctx->glUniform2fv(ctx, location, count, v); in glUniform2fv()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles2_only.entries30 void glUniform2fv(GLint location, GLsizei count, const GLfloat* v);
Dgles2_only_dispatch_logging_wrappers.impl130 DISPATCH_DEBUG_LOG("glUniform2fv(location:%d, count:%d, v:%p)", location, count, v);
Dgles12tr_internal.entries296 void glUniform2fv( GLint location, GLsizei count, const GLfloat* v);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles2_only_static_translator_namespaced_header.h33 GL_APICALL void GL_APIENTRY glUniform2fv(GLint location, GLsizei count, const GLfloat* v);
Dgles2_only_functions.h33 X(void, glUniform2fv, (GLint location, GLsizei count, const GLfloat* v), (location, count, v)) \
Dgles12tr_internal.h298 X(void, glUniform2fv, (GLint location, GLsizei count, const GLfloat* v), (location, count, v)) \
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h160 glUniform2fv_server_proc_t glUniform2fv; member
Dgles2_server_context.cpp129 glUniform2fv = (glUniform2fv_server_proc_t) getProc("glUniform2fv", userData); in initDispatchByName()
/hardware/google/gfxstream/codegen/gles2/
Dgles2.attrib327 #void glUniform2fv(GLint location, GLsizei count, GLfloat *v)
328 glUniform2fv
Dgles2.in121 GL_ENTRY(void, glUniform2fv, GLint location, GLsizei count, const GLfloat* v)
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DProgramData.cpp490 dispatcher.glUniform2fv(location, uniform.mCount, in restore()
DGLESv2Imp.cpp3956 GL_APICALL void GL_APIENTRY glUniform2fv(GLint location, GLsizei count, const GLfloat* v){ in glUniform2fv() function
3960 ctx->dispatcher().glUniform2fv(hostLoc,count,v); in glUniform2fv()
/hardware/google/gfxstream/include/GLES2/
Dgl2.h642 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat *value);
/hardware/google/gfxstream/guest/mesa/include/GLES2/
Dgl2.h623 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat *value);
/hardware/google/gfxstream/common/opengl/include/GLES2/
Dgl2.h623 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat *value);
/hardware/google/gfxstream/common/opengl/include/GLES3/
Dgl3.h493 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat *value);
Dgl31.h493 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat *value);
/hardware/google/gfxstream/include/GLES3/
Dgl3.h493 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat *value);
Dgl31.h493 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat *value);
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h231 X(void, glUniform2fv, (GLint location, GLsizei count, const GLfloat* v), (location, count, v)) \
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl3.h623 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat *value);

12