OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:elemBasicType
(Results
1 - 5
of
5
) sorted by null
/external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.cpp
524
const glu::DataType
elemBasicType
= elemType.getBasicType();
529
entry.type =
elemBasicType
;
545
const glu::DataType
elemBasicType
= elemType.getBasicType();
547
const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(
elemBasicType
)
548
: glu::getDataTypeMatrixNumColumns(
elemBasicType
);
553
entry.type =
elemBasicType
;
609
const glu::DataType
elemBasicType
= elemType.getBasicType();
610
const int elemBaseAlign = getDataTypeByteAlignment(
elemBasicType
);
617
entry.type =
elemBasicType
;
631
const glu::DataType
elemBasicType
= elemType.getBasicType()
[
all
...]
es31fProgramUniformTests.cpp
[
all
...]
/external/deqp/modules/glshared/
glsUniformBlockCase.cpp
517
glu::DataType
elemBasicType
= elemType.getBasicType();
519
int stride = getDataTypeArrayStride(
elemBasicType
);
522
entry.type =
elemBasicType
;
536
glu::DataType
elemBasicType
= elemType.getBasicType();
538
int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(
elemBasicType
)
539
: glu::getDataTypeMatrixNumRows(
elemBasicType
);
540
int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(
elemBasicType
)
541
: glu::getDataTypeMatrixNumColumns(
elemBasicType
);
546
entry.type =
elemBasicType
;
[
all
...]
/external/deqp/modules/gles2/functional/
es2fUniformApiTests.cpp
[
all
...]
/external/deqp/modules/gles3/functional/
es3fUniformApiTests.cpp
[
all
...]
Completed in 71 milliseconds