Home
last modified time | relevance | path

Searched defs:matrixCompMult (Results 1 – 6 of 6) sorted by relevance

/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_matrix.inl359 GLM_FUNC_QUALIFIER matType<T, P> matrixCompMult(matType<T, P> const & x, matType<T, P> const & y) function
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dsimd_mat4.inl530 GLM_FUNC_QUALIFIER detail::fmat4x4SIMD matrixCompMult function
/external/deqp/modules/gles2/functional/
Des2fShaderMatrixTests.cpp495 tcu::Matrix<T, Rows, Cols> matrixCompMult(const tcu::Matrix<T, Rows, Cols> &a, const tcu::Matrix<T,… in matrixCompMult() function
/external/deqp/modules/gles3/functional/
Des3fShaderMatrixTests.cpp901 tcu::Matrix<T, Rows, Cols> matrixCompMult(const tcu::Matrix<T, Rows, Cols> &a, const tcu::Matrix<T,… in matrixCompMult() function
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp895 tcu::Matrix<T, Rows, Cols> matrixCompMult(const tcu::Matrix<T, Rows, Cols> &a, const tcu::Matrix<T,… in matrixCompMult() function
/external/angle/src/compiler/translator/
DSymbolTable_autogen.cpp287 constexpr const ImmutableString matrixCompMult("matrixCompMult"); variable