/hardware/google/gfxstream/host/tests/ |
D | HelloTriangleImp.cpp | 94 gl->glUniformMatrix4fv(mTransformLoc, 1, GL_FALSE, glm::value_ptr(rot)); in draw()
|
D | GLSnapshotPrograms_unittest.cpp | 404 gl->glUniformMatrix4fv(floatMatUnifLocation, 1, GL_FALSE, in TEST_F()
|
D | FrameBuffer_unittest.cpp | 652 gl->glUniformMatrix4fv(transformLoc, 1, GL_FALSE, matrix); in TEST_F()
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 140 {"glUniformMatrix4fv", (void*)glUniformMatrix4fv},
|
D | gl2_client_context.h | 142 glUniformMatrix4fv_client_proc_t glUniformMatrix4fv; member
|
D | gl2_client_context.cpp | 142 glUniformMatrix4fv = (glUniformMatrix4fv_client_proc_t) getProc("glUniformMatrix4fv", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 137 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/ |
D | CoreProfileEngine.cpp | 884 …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/ |
D | test-arrows.c | 134 glUniformMatrix4fv(uTransform, 1, 0, mtx); in render()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles2_only.entries | 43 void glUniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
|
D | gles2_only_dispatch_logging_wrappers.impl | 195 …DISPATCH_DEBUG_LOG("glUniformMatrix4fv(location:%d, count:%d, transpose:%d, value:%p)", location, …
|
D | gles12tr_internal.entries | 309 void glUniformMatrix4fv( GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles2_only_static_translator_namespaced_header.h | 46 GL_APICALL void GL_APIENTRY glUniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, …
|
D | gles2_only_functions.h | 46 …X(void, glUniformMatrix4fv, (GLint location, GLsizei count, GLboolean transpose, const GLfloat* va…
|
D | gles12tr_internal.h | 311 …X(void, glUniformMatrix4fv, (GLint location, GLsizei count, GLboolean transpose, const GLfloat* va…
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 173 glUniformMatrix4fv_server_proc_t glUniformMatrix4fv; member
|
D | gles2_server_context.cpp | 142 glUniformMatrix4fv = (glUniformMatrix4fv_server_proc_t) getProc("glUniformMatrix4fv", userData); in initDispatchByName()
|
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndGlTests.cpp | 443 mGl->glUniformMatrix4fv(transformUniformLocation, 1, GL_FALSE, matrix); in TEST_P()
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.attrib | 359 #void glUniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, GLfloat *value) 360 glUniformMatrix4fv
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | ProgramData.cpp | 563 dispatcher.glUniformMatrix4fv(location, in restore()
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2.h | 655 GL_APICALL void GL_APIENTRY glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose,…
|
/hardware/google/gfxstream/guest/mesa/include/GLES2/ |
D | gl2.h | 636 GL_APICALL void GL_APIENTRY glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose,…
|
/hardware/google/gfxstream/common/opengl/include/GLES2/ |
D | gl2.h | 636 GL_APICALL void GL_APIENTRY glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose,…
|
/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl3.h | 506 GL_APICALL void GL_APIENTRY glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose,…
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl3.h | 506 GL_APICALL void GL_APIENTRY glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose,…
|