Home
last modified time | relevance | path

Searched refs:glUniformMatrix4fv (Results 1 – 25 of 42) sorted by relevance

12

/hardware/google/gfxstream/host/tests/
DHelloTriangleImp.cpp94 gl->glUniformMatrix4fv(mTransformLoc, 1, GL_FALSE, glm::value_ptr(rot)); in draw()
DGLSnapshotPrograms_unittest.cpp404 gl->glUniformMatrix4fv(floatMatUnifLocation, 1, GL_FALSE, in TEST_F()
DFrameBuffer_unittest.cpp652 gl->glUniformMatrix4fv(transformLoc, 1, GL_FALSE, matrix); in TEST_F()
/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h140 {"glUniformMatrix4fv", (void*)glUniformMatrix4fv},
Dgl2_client_context.h142 glUniformMatrix4fv_client_proc_t glUniformMatrix4fv; member
Dgl2_client_context.cpp142 glUniformMatrix4fv = (glUniformMatrix4fv_client_proc_t) getProc("glUniformMatrix4fv", userData); in initDispatchByName()
Dgl2_entry.cpp137 void glUniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
1244 void glUniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value) in glUniformMatrix4fv() function
1247 ctx->glUniformMatrix4fv(ctx, location, count, transpose, value); in glUniformMatrix4fv()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DCoreProfileEngine.cpp884 …gl.glUniformMatrix4fv(m_geometryDrawState.projMatrixLoc, 1, GL_FALSE, glm::value_ptr(currProjMatri… in preDrawVertexSetup()
885 …gl.glUniformMatrix4fv(m_geometryDrawState.modelviewMatrixLoc, 1, GL_FALSE, glm::value_ptr(currMode… in preDrawVertexSetup()
886 …gl.glUniformMatrix4fv(m_geometryDrawState.modelviewInvTrLoc, 1, GL_FALSE, glm::value_ptr(currModel… in preDrawVertexSetup()
887 …gl.glUniformMatrix4fv(m_geometryDrawState.textureMatrixLoc, 1, GL_FALSE, glm::value_ptr(currTextur… in preDrawVertexSetup()
/hardware/libhardware/tests/hwc/
Dtest-arrows.c134 glUniformMatrix4fv(uTransform, 1, 0, mtx); in render()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles2_only.entries43 void glUniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
Dgles2_only_dispatch_logging_wrappers.impl195 …DISPATCH_DEBUG_LOG("glUniformMatrix4fv(location:%d, count:%d, transpose:%d, value:%p)", location, …
Dgles12tr_internal.entries309 void glUniformMatrix4fv( GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles2_only_static_translator_namespaced_header.h46 GL_APICALL void GL_APIENTRY glUniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, …
Dgles2_only_functions.h46 …X(void, glUniformMatrix4fv, (GLint location, GLsizei count, GLboolean transpose, const GLfloat* va…
Dgles12tr_internal.h311 …X(void, glUniformMatrix4fv, (GLint location, GLsizei count, GLboolean transpose, const GLfloat* va…
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h173 glUniformMatrix4fv_server_proc_t glUniformMatrix4fv; member
Dgles2_server_context.cpp142 glUniformMatrix4fv = (glUniformMatrix4fv_server_proc_t) getProc("glUniformMatrix4fv", userData); in initDispatchByName()
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndGlTests.cpp443 mGl->glUniformMatrix4fv(transformUniformLocation, 1, GL_FALSE, matrix); in TEST_P()
/hardware/google/gfxstream/codegen/gles2/
Dgles2.attrib359 #void glUniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, GLfloat *value)
360 glUniformMatrix4fv
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DProgramData.cpp563 dispatcher.glUniformMatrix4fv(location, in restore()
/hardware/google/gfxstream/include/GLES2/
Dgl2.h655 GL_APICALL void GL_APIENTRY glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose,…
/hardware/google/gfxstream/guest/mesa/include/GLES2/
Dgl2.h636 GL_APICALL void GL_APIENTRY glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose,…
/hardware/google/gfxstream/common/opengl/include/GLES2/
Dgl2.h636 GL_APICALL void GL_APIENTRY glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose,…
/hardware/google/gfxstream/common/opengl/include/GLES3/
Dgl3.h506 GL_APICALL void GL_APIENTRY glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose,…
/hardware/google/gfxstream/include/GLES3/
Dgl3.h506 GL_APICALL void GL_APIENTRY glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose,…

12