Home
last modified time | relevance | path

Searched defs:transpose (Results 1 - 25 of 59) sorted by relevance

123

/test/testfwk/arkxtest/uitest/record/
H A Dleast_square_impl.cpp63 auto transpose = matrixn3.Transpose(); in GetLSMParams() local
/third_party/vk-gl-cts/framework/common/
H A DtcuMatrixUtil.hpp61 inline Matrix<T, Cols, Rows> transpose (const Matrix<T, Rows, Cols>& mat) in transpose() function
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_idct.h55 struct pipe_sampler_view *transpose; member
73 struct pipe_sampler_view *intermediate, *transpose; member
H A Dvl_idct.c753 vl_idct_init(struct vl_idct *idct, struct pipe_context *pipe, unsigned buffer_width, unsigned buffer_height, unsigned nr_of_render_targets, struct pipe_sampler_view *matrix, struct pipe_sampler_view *transpose) vl_idct_init() argument
/third_party/ffmpeg/libavfilter/
H A Dvf_transpose.c389 AVFILTER_DEFINE_CLASS(transpose); variable
H A Dvf_vpp_qsv.c81 int transpose; member
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DProgramNULL.cpp71 setUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) setUniformMatrix2fv() argument
77 setUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) setUniformMatrix3fv() argument
83 setUniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) setUniformMatrix4fv() argument
89 setUniformMatrix2x3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) setUniformMatrix2x3fv() argument
95 setUniformMatrix3x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) setUniformMatrix3x2fv() argument
101 setUniformMatrix2x4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) setUniformMatrix2x4fv() argument
107 setUniformMatrix4x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) setUniformMatrix4x2fv() argument
113 setUniformMatrix3x4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) setUniformMatrix3x4fv() argument
119 setUniformMatrix4x3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) setUniformMatrix4x3fv() argument
/third_party/skia/third_party/externals/angle2/util/
H A DMatrix.cpp203 Matrix4 Matrix4::transpose(const Matrix4 &mat) in transpose() function in Matrix4
/third_party/ffmpeg/libavcodec/
H A Dvc1dec.c411 #define transpose(x) (((x) >> 3) | (((x) & 7) << 3)) in ff_vc1_init_transposed_scantables() macro
/third_party/mesa3d/src/mesa/main/
H A Duniform_query.cpp731 log_uniform(const void *values, enum glsl_base_type basicType, unsigned rows, unsigned cols, unsigned count, bool transpose, const struct gl_shader_program *shProg, GLint location, const struct gl_uniform_storage *uni) log_uniform() argument
[all...]
H A Duniforms.c625 _mesa_UniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, in _mesa_UniformMatrix2fv() argument
634 _mesa_UniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, in _mesa_UniformMatrix3fv() argument
643 _mesa_UniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, in _mesa_UniformMatrix4fv() argument
753 _mesa_ProgramUniformMatrix2fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) _mesa_ProgramUniformMatrix2fv() argument
764 _mesa_ProgramUniformMatrix3fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) _mesa_ProgramUniformMatrix3fv() argument
775 _mesa_ProgramUniformMatrix4fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) _mesa_ProgramUniformMatrix4fv() argument
790 _mesa_UniformMatrix2x3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) _mesa_UniformMatrix2x3fv() argument
799 _mesa_UniformMatrix3x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) _mesa_UniformMatrix3x2fv() argument
808 _mesa_UniformMatrix2x4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) _mesa_UniformMatrix2x4fv() argument
817 _mesa_UniformMatrix4x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) _mesa_UniformMatrix4x2fv() argument
826 _mesa_UniformMatrix3x4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) _mesa_UniformMatrix3x4fv() argument
835 _mesa_UniformMatrix4x3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) _mesa_UniformMatrix4x3fv() argument
846 _mesa_ProgramUniformMatrix2x3fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) _mesa_ProgramUniformMatrix2x3fv() argument
857 _mesa_ProgramUniformMatrix3x2fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) _mesa_ProgramUniformMatrix3x2fv() argument
868 _mesa_ProgramUniformMatrix2x4fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) _mesa_ProgramUniformMatrix2x4fv() argument
879 _mesa_ProgramUniformMatrix4x2fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) _mesa_ProgramUniformMatrix4x2fv() argument
890 _mesa_ProgramUniformMatrix3x4fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) _mesa_ProgramUniformMatrix3x4fv() argument
901 _mesa_ProgramUniformMatrix4x3fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) _mesa_ProgramUniformMatrix4x3fv() argument
1501 _mesa_UniformMatrix2dv(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value) _mesa_UniformMatrix2dv() argument
1510 _mesa_UniformMatrix3dv(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value) _mesa_UniformMatrix3dv() argument
1519 _mesa_UniformMatrix4dv(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value) _mesa_UniformMatrix4dv() argument
1528 _mesa_UniformMatrix2x3dv(GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) _mesa_UniformMatrix2x3dv() argument
1537 _mesa_UniformMatrix3x2dv(GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) _mesa_UniformMatrix3x2dv() argument
1546 _mesa_UniformMatrix2x4dv(GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) _mesa_UniformMatrix2x4dv() argument
1555 _mesa_UniformMatrix4x2dv(GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) _mesa_UniformMatrix4x2dv() argument
1564 _mesa_UniformMatrix3x4dv(GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) _mesa_UniformMatrix3x4dv() argument
1573 _mesa_UniformMatrix4x3dv(GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) _mesa_UniformMatrix4x3dv() argument
1677 _mesa_ProgramUniformMatrix2dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value) _mesa_ProgramUniformMatrix2dv() argument
1689 _mesa_ProgramUniformMatrix3dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value) _mesa_ProgramUniformMatrix3dv() argument
1701 _mesa_ProgramUniformMatrix4dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value) _mesa_ProgramUniformMatrix4dv() argument
1713 _mesa_ProgramUniformMatrix2x3dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value) _mesa_ProgramUniformMatrix2x3dv() argument
1725 _mesa_ProgramUniformMatrix3x2dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value) _mesa_ProgramUniformMatrix3x2dv() argument
1737 _mesa_ProgramUniformMatrix2x4dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value) _mesa_ProgramUniformMatrix2x4dv() argument
1749 _mesa_ProgramUniformMatrix4x2dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value) _mesa_ProgramUniformMatrix4x2dv() argument
1761 _mesa_ProgramUniformMatrix3x4dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value) _mesa_ProgramUniformMatrix3x4dv() argument
1773 _mesa_ProgramUniformMatrix4x3dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value) _mesa_ProgramUniformMatrix4x3dv() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_3_1_params.cpp406 CaptureProgramUniformMatrix2fv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureProgramUniformMatrix2fv_value() argument
418 CaptureProgramUniformMatrix2x3fv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureProgramUniformMatrix2x3fv_value() argument
430 CaptureProgramUniformMatrix2x4fv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureProgramUniformMatrix2x4fv_value() argument
442 CaptureProgramUniformMatrix3fv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureProgramUniformMatrix3fv_value() argument
454 CaptureProgramUniformMatrix3x2fv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureProgramUniformMatrix3x2fv_value() argument
466 CaptureProgramUniformMatrix3x4fv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureProgramUniformMatrix3x4fv_value() argument
478 CaptureProgramUniformMatrix4fv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureProgramUniformMatrix4fv_value() argument
490 CaptureProgramUniformMatrix4x2fv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureProgramUniformMatrix4x2fv_value() argument
502 CaptureProgramUniformMatrix4x3fv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureProgramUniformMatrix4x3fv_value() argument
H A Dcapture_gles_3_1_autogen.cpp1379 CaptureProgramUniformMatrix2fv(const State &glState, bool isCallValid, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, GLboolean transpose, const GLfloat *value) CaptureProgramUniformMatrix2fv() argument
1413 CaptureProgramUniformMatrix2x3fv(const State &glState, bool isCallValid, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, GLboolean transpose, const GLfloat *value) CaptureProgramUniformMatrix2x3fv() argument
1447 CaptureProgramUniformMatrix2x4fv(const State &glState, bool isCallValid, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, GLboolean transpose, const GLfloat *value) CaptureProgramUniformMatrix2x4fv() argument
1481 CaptureProgramUniformMatrix3fv(const State &glState, bool isCallValid, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, GLboolean transpose, const GLfloat *value) CaptureProgramUniformMatrix3fv() argument
1515 CaptureProgramUniformMatrix3x2fv(const State &glState, bool isCallValid, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, GLboolean transpose, const GLfloat *value) CaptureProgramUniformMatrix3x2fv() argument
1549 CaptureProgramUniformMatrix3x4fv(const State &glState, bool isCallValid, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, GLboolean transpose, const GLfloat *value) CaptureProgramUniformMatrix3x4fv() argument
1583 CaptureProgramUniformMatrix4fv(const State &glState, bool isCallValid, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, GLboolean transpose, const GLfloat *value) CaptureProgramUniformMatrix4fv() argument
1617 CaptureProgramUniformMatrix4x2fv(const State &glState, bool isCallValid, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, GLboolean transpose, const GLfloat *value) CaptureProgramUniformMatrix4x2fv() argument
1651 CaptureProgramUniformMatrix4x3fv(const State &glState, bool isCallValid, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, GLboolean transpose, const GLfloat *value) CaptureProgramUniformMatrix4x3fv() argument
[all...]
H A Dcapture_gles_2_0_params.cpp836 CaptureUniformMatrix2fv_value(const State &glState, bool isCallValid, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureUniformMatrix2fv_value() argument
847 CaptureUniformMatrix3fv_value(const State &glState, bool isCallValid, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureUniformMatrix3fv_value() argument
858 CaptureUniformMatrix4fv_value(const State &glState, bool isCallValid, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureUniformMatrix4fv_value() argument
H A Dcapture_gles_3_0_params.cpp793 CaptureUniformMatrix2x3fv_value(const State &glState, bool isCallValid, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureUniformMatrix2x3fv_value() argument
804 CaptureUniformMatrix2x4fv_value(const State &glState, bool isCallValid, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureUniformMatrix2x4fv_value() argument
815 CaptureUniformMatrix3x2fv_value(const State &glState, bool isCallValid, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureUniformMatrix3x2fv_value() argument
826 CaptureUniformMatrix3x4fv_value(const State &glState, bool isCallValid, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureUniformMatrix3x4fv_value() argument
837 CaptureUniformMatrix4x2fv_value(const State &glState, bool isCallValid, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureUniformMatrix4x2fv_value() argument
848 CaptureUniformMatrix4x3fv_value(const State &glState, bool isCallValid, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureUniformMatrix4x3fv_value() argument
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DUniformsPerf.cpp409 GLboolean transpose = static_cast<GLboolean>(params.matrixLayout == MatrixLayout::TRANSPOSE); in drawBenchmark() local
/third_party/skia/src/core/
H A DSkM44.cpp258 SkM44 SkM44::transpose() const { in transpose() function in SkM44
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DProgramGL.cpp668 mFunctions->uniformMatrix2fv(uniLoc(location), count, transpose, value); in setUniformMatrix2fv() local
684 mFunctions->uniformMatrix3fv(uniLoc(location), count, transpose, value); in setUniformMatrix3fv() local
700 mFunctions->uniformMatrix4fv(uniLoc(location), count, transpose, value); in setUniformMatrix4fv() local
656 setUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) setUniformMatrix2fv() argument
672 setUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) setUniformMatrix3fv() argument
688 setUniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) setUniformMatrix4fv() argument
704 setUniformMatrix2x3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) setUniformMatrix2x3fv() argument
717 mFunctions->uniformMatrix2x3fv(uniLoc(location), count, transpose, value); setUniformMatrix2x3fv() local
721 setUniformMatrix3x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) setUniformMatrix3x2fv() argument
734 mFunctions->uniformMatrix3x2fv(uniLoc(location), count, transpose, value); setUniformMatrix3x2fv() local
738 setUniformMatrix2x4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) setUniformMatrix2x4fv() argument
751 mFunctions->uniformMatrix2x4fv(uniLoc(location), count, transpose, value); setUniformMatrix2x4fv() local
755 setUniformMatrix4x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) setUniformMatrix4x2fv() argument
768 mFunctions->uniformMatrix4x2fv(uniLoc(location), count, transpose, value); setUniformMatrix4x2fv() local
772 setUniformMatrix3x4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) setUniformMatrix3x4fv() argument
785 mFunctions->uniformMatrix3x4fv(uniLoc(location), count, transpose, value); setUniformMatrix3x4fv() local
789 setUniformMatrix4x3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) setUniformMatrix4x3fv() argument
802 mFunctions->uniformMatrix4x3fv(uniLoc(location), count, transpose, value); setUniformMatrix4x3fv() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_2_autogen.cpp1408 GL_UniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) GL_UniformMatrix2fv() argument
1438 GL_UniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) GL_UniformMatrix3fv() argument
1468 GL_UniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) GL_UniformMatrix4fv() argument
2443 GL_UniformMatrix2x3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) GL_UniformMatrix2x3fv() argument
2474 GL_UniformMatrix2x4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) GL_UniformMatrix2x4fv() argument
2505 GL_UniformMatrix3x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) GL_UniformMatrix3x2fv() argument
2536 GL_UniformMatrix3x4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) GL_UniformMatrix3x4fv() argument
2567 GL_UniformMatrix4x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) GL_UniformMatrix4x2fv() argument
2598 GL_UniformMatrix4x3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) GL_UniformMatrix4x3fv() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DProgramVk.cpp585 setUniformMatrixfv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) setUniformMatrixfv() argument
613 setUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) setUniformMatrix2fv() argument
621 setUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) setUniformMatrix3fv() argument
629 setUniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) setUniformMatrix4fv() argument
637 setUniformMatrix2x3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) setUniformMatrix2x3fv() argument
645 setUniformMatrix3x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) setUniformMatrix3x2fv() argument
653 setUniformMatrix2x4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) setUniformMatrix2x4fv() argument
661 setUniformMatrix4x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) setUniformMatrix4x2fv() argument
669 setUniformMatrix3x4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) setUniformMatrix3x4fv() argument
677 setUniformMatrix4x3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) setUniformMatrix4x3fv() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_3_1_autogen.cpp1553 GL_ProgramUniformMatrix2fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) GL_ProgramUniformMatrix2fv() argument
1588 GL_ProgramUniformMatrix2x3fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) GL_ProgramUniformMatrix2x3fv() argument
1623 GL_ProgramUniformMatrix2x4fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) GL_ProgramUniformMatrix2x4fv() argument
1658 GL_ProgramUniformMatrix3fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) GL_ProgramUniformMatrix3fv() argument
1693 GL_ProgramUniformMatrix3x2fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) GL_ProgramUniformMatrix3x2fv() argument
1728 GL_ProgramUniformMatrix3x4fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) GL_ProgramUniformMatrix3x4fv() argument
1763 GL_ProgramUniformMatrix4fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) GL_ProgramUniformMatrix4fv() argument
1798 GL_ProgramUniformMatrix4x2fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) GL_ProgramUniformMatrix4x2fv() argument
1833 GL_ProgramUniformMatrix4x3fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) GL_ProgramUniformMatrix4x3fv() argument
[all...]
/third_party/skia/modules/canvaskit/
H A Dmatrix.js
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderStateQueryTests.cpp458 void verifyUniformMatrixValues (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, const GLfloat* values, bool transpose) in verifyUniformMatrixValues() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DGLES1Renderer.cpp992 setUniformMatrix4fv(Program *programObject, UniformLocation location, GLint count, GLboolean transpose, const GLfloat *value) setUniformMatrix4fv() argument
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_eu.h1273 lsc_msg_desc(UNUSED const struct intel_device_info *devinfo, enum lsc_opcode opcode, unsigned simd_size, enum lsc_addr_surface_type addr_type, enum lsc_addr_size addr_sz, unsigned num_coordinates, enum lsc_data_size data_sz, unsigned num_channels, bool transpose, unsigned cache_ctrl, bool has_dest) lsc_msg_desc() argument

Completed in 40 milliseconds

123