Home
last modified time | relevance | path

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

12

/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h139 {"glUniformMatrix3fv", (void*)glUniformMatrix3fv},
Dgl2_client_context.h141 glUniformMatrix3fv_client_proc_t glUniformMatrix3fv; member
Dgl2_client_context.cpp141 glUniformMatrix3fv = (glUniformMatrix3fv_client_proc_t) getProc("glUniformMatrix3fv", userData); in initDispatchByName()
Dgl2_entry.cpp136 void glUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
1238 void glUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value) in glUniformMatrix3fv() function
1241 ctx->glUniformMatrix3fv(ctx, location, count, transpose, value); in glUniformMatrix3fv()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles2_only.entries42 void glUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
Dgles2_only_dispatch_logging_wrappers.impl190 …DISPATCH_DEBUG_LOG("glUniformMatrix3fv(location:%d, count:%d, transpose:%d, value:%p)", location, …
Dgles12tr_internal.entries308 void glUniformMatrix3fv( GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles2_only_static_translator_namespaced_header.h45 GL_APICALL void GL_APIENTRY glUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, …
Dgles2_only_functions.h45 …X(void, glUniformMatrix3fv, (GLint location, GLsizei count, GLboolean transpose, const GLfloat* va…
Dgles12tr_internal.h310 …X(void, glUniformMatrix3fv, (GLint location, GLsizei count, GLboolean transpose, const GLfloat* va…
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h172 glUniformMatrix3fv_server_proc_t glUniformMatrix3fv; member
Dgles2_server_context.cpp141 glUniformMatrix3fv = (glUniformMatrix3fv_server_proc_t) getProc("glUniformMatrix3fv", userData); in initDispatchByName()
/hardware/google/gfxstream/codegen/gles2/
Dgles2.attrib355 #void glUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, GLfloat *value)
356 glUniformMatrix3fv
Dgles2.in133 GL_ENTRY(void, glUniformMatrix3fv, GLint location, GLsizei count, GLboolean transpose, const GLfloa…
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DProgramData.cpp558 dispatcher.glUniformMatrix3fv(location, in restore()
DGLESv2Imp.cpp4042 GL_APICALL void GL_APIENTRY glUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose,… in glUniformMatrix3fv() function
4048 ctx->dispatcher().glUniformMatrix3fv(hostLoc,count,transpose,value); in glUniformMatrix3fv()
/hardware/google/gfxstream/include/GLES2/
Dgl2.h654 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose,…
/hardware/google/gfxstream/guest/mesa/include/GLES2/
Dgl2.h635 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose,…
/hardware/google/gfxstream/common/opengl/include/GLES2/
Dgl2.h635 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose,…
/hardware/google/gfxstream/common/opengl/include/GLES3/
Dgl3.h505 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose,…
Dgl31.h505 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose,…
/hardware/google/gfxstream/include/GLES3/
Dgl3.h505 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose,…
Dgl31.h505 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose,…
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h243 …X(void, glUniformMatrix3fv, (GLint location, GLsizei count, GLboolean transpose, const GLfloat* va…
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl3.h635 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose,…

12