Home
last modified time | relevance | path

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

12

/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h138 {"glUniformMatrix2fv", (void*)glUniformMatrix2fv},
Dgl2_client_context.h140 glUniformMatrix2fv_client_proc_t glUniformMatrix2fv; member
Dgl2_client_context.cpp140 glUniformMatrix2fv = (glUniformMatrix2fv_client_proc_t) getProc("glUniformMatrix2fv", userData); in initDispatchByName()
Dgl2_entry.cpp135 void glUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
1232 void glUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value) in glUniformMatrix2fv() function
1235 ctx->glUniformMatrix2fv(ctx, location, count, transpose, value); in glUniformMatrix2fv()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles2_only.entries41 void glUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
Dgles2_only_dispatch_logging_wrappers.impl185 …DISPATCH_DEBUG_LOG("glUniformMatrix2fv(location:%d, count:%d, transpose:%d, value:%p)", location, …
Dgles12tr_internal.entries307 void glUniformMatrix2fv( GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles2_only_static_translator_namespaced_header.h44 GL_APICALL void GL_APIENTRY glUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, …
Dgles2_only_functions.h44 …X(void, glUniformMatrix2fv, (GLint location, GLsizei count, GLboolean transpose, const GLfloat* va…
Dgles12tr_internal.h309 …X(void, glUniformMatrix2fv, (GLint location, GLsizei count, GLboolean transpose, const GLfloat* va…
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h171 glUniformMatrix2fv_server_proc_t glUniformMatrix2fv; member
Dgles2_server_context.cpp140 glUniformMatrix2fv = (glUniformMatrix2fv_server_proc_t) getProc("glUniformMatrix2fv", userData); in initDispatchByName()
/hardware/google/gfxstream/codegen/gles2/
Dgles2.attrib351 #void glUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, GLfloat *value)
352 glUniformMatrix2fv
Dgles2.in132 GL_ENTRY(void, glUniformMatrix2fv, GLint location, GLsizei count, GLboolean transpose, const GLfloa…
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DProgramData.cpp553 dispatcher.glUniformMatrix2fv(location, in restore()
DGLESv2Imp.cpp4033 GL_APICALL void GL_APIENTRY glUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose,… in glUniformMatrix2fv() function
4039 ctx->dispatcher().glUniformMatrix2fv(hostLoc,count,transpose,value); in glUniformMatrix2fv()
/hardware/google/gfxstream/include/GLES2/
Dgl2.h653 GL_APICALL void GL_APIENTRY glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose,…
/hardware/google/gfxstream/guest/mesa/include/GLES2/
Dgl2.h634 GL_APICALL void GL_APIENTRY glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose,…
/hardware/google/gfxstream/common/opengl/include/GLES2/
Dgl2.h634 GL_APICALL void GL_APIENTRY glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose,…
/hardware/google/gfxstream/common/opengl/include/GLES3/
Dgl3.h504 GL_APICALL void GL_APIENTRY glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose,…
Dgl31.h504 GL_APICALL void GL_APIENTRY glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose,…
/hardware/google/gfxstream/include/GLES3/
Dgl3.h504 GL_APICALL void GL_APIENTRY glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose,…
Dgl31.h504 GL_APICALL void GL_APIENTRY glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose,…
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h242 …X(void, glUniformMatrix2fv, (GLint location, GLsizei count, GLboolean transpose, const GLfloat* va…
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl3.h634 GL_APICALL void GL_APIENTRY glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose,…

12