Searched refs:matrixType (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/tools/lua/
H A Dbitmap_statistics.lua31 matrixType = matrix:getType()
32 if matrixType.perspective then
34 elseif matrixType.affine then
36 elseif matrixType.scale then
43 elseif matrixType.translate then
/external/skia/tools/lua/
H A Dbitmap_statistics.lua31 matrixType = matrix:getType()
32 if matrixType.perspective then
34 elseif matrixType.affine then
36 elseif matrixType.scale then
43 elseif matrixType.translate then
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DvalidationES.h58 bool ValidateUniformMatrix(Context *context, GLenum matrixType, GLint location, GLsizei count,
H A DvalidationES.cpp1111 bool ValidateUniformMatrix(gl::Context *context, GLenum matrixType, GLint location, GLsizei count, argument
1115 int rows = VariableRowCount(matrixType);
1116 int cols = VariableColumnCount(matrixType);
1130 if (!ValidateUniformCommonBase(context, matrixType, location, count, &uniform))
1135 if (uniform->type != matrixType)
/external/deqp/modules/gles3/functional/
H A Des3fShaderMatrixTests.cpp1470 DataType matrixType = matNdx == 0 ? m_in0.dataType : m_in1.dataType; local
1474 resultType = matrixType;
1478 resultType = getDataTypeFloatVec(matNdx == 0 ? getDataTypeMatrixNumRows(matrixType) : getDataTypeMatrixNumColumns(matrixType));
/external/deqp/modules/gles2/functional/
H A Des2fShaderMatrixTests.cpp804 DataType matrixType = matNdx == 0 ? m_in0.dataType : m_in1.dataType; local
808 resultType = matrixType;

Completed in 536 milliseconds