• Home
  • Raw
  • Download

Lines Matching defs:GLSLTest_ES3

512 class GLSLTest_ES3 : public GLSLTest  class
553 TEST_P(GLSLTest_ES3, FragmentShaderOutputArray) in TEST_P() argument
620 TEST_P(GLSLTest_ES3, InactiveFragmentShaderOutput) in TEST_P() argument
879 TEST_P(GLSLTest_ES3, GLVertexIDOffsetZeroDrawArray) in TEST_P() argument
943 TEST_P(GLSLTest_ES3, GLVertexIDIntegerTextureDrawArrays) in TEST_P() argument
1006 TEST_P(GLSLTest_ES3, GLVertexIDOffsetFiveDrawArray) in TEST_P() argument
1172 TEST_P(GLSLTest_ES3, VersionMismatch) in TEST_P() argument
1199 TEST_P(GLSLTest_ES3, InvariantVaryingOut) in TEST_P() argument
1240 TEST_P(GLSLTest_ES3, InvariantVaryingIn) in TEST_P() argument
1277 TEST_P(GLSLTest_ES3, InvariantVaryingBoth) in TEST_P() argument
1315 TEST_P(GLSLTest_ES3, InvariantGLPosition) in TEST_P() argument
1474 TEST_P(GLSLTest_ES3, MissingReturnArray) in TEST_P() argument
1487 TEST_P(GLSLTest_ES3, MissingReturnArrayOfStructs) in TEST_P() argument
1502 TEST_P(GLSLTest_ES3, MissingReturnStructOfArrays) in TEST_P() argument
1520 TEST_P(GLSLTest_ES3, ReturnArrayOfStructsThenNonConstIndex) in TEST_P() argument
1539 TEST_P(GLSLTest_ES3, InvariantAllBoth) in TEST_P() argument
1579 TEST_P(GLSLTest_ES3, InvariantAllIn) in TEST_P() argument
1618 TEST_P(GLSLTest_ES3, InvariantAllOut) in TEST_P() argument
1794 TEST_P(GLSLTest_ES3, MaxVaryingWithFeedbackAndGLline) in TEST_P() argument
2530 TEST_P(GLSLTest_ES3, AmbiguousConstructorCall2x2) in TEST_P() argument
2549 TEST_P(GLSLTest_ES3, AmbiguousConstructorCall2x3) in TEST_P() argument
2566 TEST_P(GLSLTest_ES3, AmbiguousFunctionCall2x2) in TEST_P() argument
2591 TEST_P(GLSLTest_ES3, ConstructMatrixFromNonFloat) in TEST_P() argument
2633 TEST_P(GLSLTest_ES3, ConstructNonFloatVectorFromMatrix) in TEST_P() argument
2668 TEST_P(GLSLTest_ES3, NonScalarEqualOperator) in TEST_P() argument
2808 TEST_P(GLSLTest_ES3, LargeNumberOfFloat4Parameters) in TEST_P() argument
2853 TEST_P(GLSLTest_ES3, InitGlobalArrayWithArrayIndexing) in TEST_P() argument
2926 TEST_P(GLSLTest_ES3, SequenceOperatorEvaluationOrderArray) in TEST_P() argument
2956 TEST_P(GLSLTest_ES3, SequenceOperatorEvaluationOrderShortCircuit) in TEST_P() argument
2978 TEST_P(GLSLTest_ES3, SequenceOperatorEvaluationOrderDynamicVectorIndexingInLValue) in TEST_P() argument
3054 TEST_P(GLSLTest_ES3, UnaryMinusOperatorFloat) in TEST_P() argument
3072 TEST_P(GLSLTest_ES3, AtanVec2) in TEST_P() argument
3091 TEST_P(GLSLTest_ES3, UnaryMinusOperatorSignedInt) in TEST_P() argument
3141 TEST_P(GLSLTest_ES3, UnaryMinusOperatorUnsignedInt) in TEST_P() argument
3267 TEST_P(GLSLTest_ES3, CentroidVaryingMatrixArray) in TEST_P() argument
3309 TEST_P(GLSLTest_ES3, FlatVaryingMatrixArray) in TEST_P() argument
3349 TEST_P(GLSLTest_ES3, LiteralInfinityOutput) in TEST_P() argument
3370 TEST_P(GLSLTest_ES3, LiteralNegativeInfinityOutput) in TEST_P() argument
3395 TEST_P(GLSLTest_ES3, MultipleDeclarationWithCommaOperator) in TEST_P() argument
3420 TEST_P(GLSLTest_ES3, MultipleDeclarationWithCommaOperatorInForLoop) in TEST_P() argument
3447 TEST_P(GLSLTest_ES3, MultipleDeclarationInForLoopEmptyCondition) in TEST_P() argument
3467 TEST_P(GLSLTest_ES3, MultipleDeclarationInForLoopEmptyExpression) in TEST_P() argument
3488 TEST_P(GLSLTest_ES3, NestedDynamicIndexingInLValue) in TEST_P() argument
3611 TEST_P(GLSLTest_ES3, WriteIntoDynamicIndexingOfSwizzledVector) in TEST_P() argument
5030 TEST_P(GLSLTest_ES3, NestedSamplingOperation) in TEST_P() argument
5143 TEST_P(GLSLTest_ES3, ConstantStatementAsLoopInit) in TEST_P() argument
5462 TEST_P(GLSLTest_ES3, ConditionInitializerDeclaresVariable) in TEST_P() argument
5568 TEST_P(GLSLTest_ES3, VaryingStructNotStaticallyUsedInFragmentShader) in TEST_P() argument
5749 TEST_P(GLSLTest_ES3, VaryingStructNotDeclaredInFragmentShader) in TEST_P() argument
5777 TEST_P(GLSLTest_ES3, VaryingStructNotDeclaredInVertexShader) in TEST_P() argument
5858 TEST_P(GLSLTest_ES3, VaryingStructUsedInFragmentShader) in TEST_P() argument
5976 TEST_P(GLSLTest_ES3, ComplexVaryingStructsUsedInFragmentShader) in TEST_P() argument
6027 TEST_P(GLSLTest_ES3, InactiveVaryingArrayUnusedInFragmentShader) in TEST_P() argument
6057 TEST_P(GLSLTest_ES3, InactiveVaryingStructUnusedInFragmentShader) in TEST_P() argument
6094 TEST_P(GLSLTest_ES3, VaryingMatrices) in TEST_P() argument
6597 TEST_P(GLSLTest_ES3, ArrayLengthOnExpressionWithSideEffectsInLoopCondition) in TEST_P() argument
6633 TEST_P(GLSLTest_ES3, ArrayLengthOnExpressionWithSideEffectsInSequence) in TEST_P() argument
6666 TEST_P(GLSLTest_ES3, NestedArrayLengthMethodsWithSideEffects) in TEST_P() argument
6699 TEST_P(GLSLTest_ES3, ArrayLengthOnShortCircuitedExpressionWithSideEffectsInIfCondition) in TEST_P() argument
6739 TEST_P(GLSLTest_ES3, ArrayLengthOnShortCircuitedExpressionWithSideEffectsInStatement) in TEST_P() argument
6775 TEST_P(GLSLTest_ES3, DifferentStatementsInsideSwitch) in TEST_P() argument
6795 TEST_P(GLSLTest_ES3, SwitchFallThroughCodeDuplication) in TEST_P() argument
6829 TEST_P(GLSLTest_ES3, SwitchFinalCaseHasEmptyBlock) in TEST_P() argument
6849 TEST_P(GLSLTest_ES3, SwitchFinalCaseHasEmptyDeclaration) in TEST_P() argument
6869 TEST_P(GLSLTest_ES3, SwitchBreakOrReturnInsideBlocks) in TEST_P() argument
6911 TEST_P(GLSLTest_ES3, SwitchWithVariableDeclarationInside) in TEST_P() argument
6940 TEST_P(GLSLTest_ES3, NestedSwitchWithVariableDeclarationInside) in TEST_P() argument
6978 TEST_P(GLSLTest_ES3, EmptySwitch) in TEST_P() argument
7000 TEST_P(GLSLTest_ES3, ConstStructInsideExpression) in TEST_P() argument
7036 TEST_P(GLSLTest_ES3, VaryingStructWithInlineDefinition) in TEST_P() argument
7081 TEST_P(GLSLTest_ES3, MismatchPrecisionFloat) in TEST_P() argument
7133 TEST_P(GLSLTest_ES3, MismatchPrecisionlowpFloat) in TEST_P() argument
7188 TEST_P(GLSLTest_ES3, MismatchPrecisionVec2UnusedVarying) in TEST_P() argument
7243 TEST_P(GLSLTest_ES3, MismatchPrecisionMedToHigh) in TEST_P() argument
7349 TEST_P(GLSLTest_ES3, FlatVaryingUsedInFoldedTernary) in TEST_P() argument
7520 TEST_P(GLSLTest_ES3, ErrorMessageOfVaryingStructFieldNameMismatch) in TEST_P() argument
7553 TEST_P(GLSLTest_ES3, ErrorMessageOfVaryingStructFieldMismatch) in TEST_P() argument
7633 TEST_P(GLSLTest_ES3, ErrorMessageOfLinkInterfaceBlockFieldMismatch) in TEST_P() argument
7668 TEST_P(GLSLTest_ES3, ErrorMessageOfLinkInterfaceBlockStructFieldMismatch) in TEST_P() argument
7713 TEST_P(GLSLTest_ES3, FragmentShaderStaticallyUsesVaryingMissingFromVertex) in TEST_P() argument
7741 TEST_P(GLSLTest_ES3, VaryingStaticallyUsedButNotActiveInFragmentShader) in TEST_P() argument
7791 TEST_P(GLSLTest_ES3, NestedFloorWithLargeMultiplierInside) in TEST_P() argument
7941 TEST_P(GLSLTest_ES3, AssignAssignmentToSwizzled) in TEST_P() argument
8416 TEST_P(GLSLTest_ES3, ValidIndexClampES300) in TEST_P() argument
8444 TEST_P(GLSLTest_ES3, NonSquareMatrixCompMult) in TEST_P() argument
8474 TEST_P(GLSLTest_ES3, InitSameNameArray) in TEST_P() argument
8956 TEST_P(GLSLTest_ES3, MixedRowAndColumnMajorMatrices_ArrayBufferDeclaration) in TEST_P() argument
9041 TEST_P(GLSLTest_ES3, MixedRowAndColumnMajorMatrices_ReadSideEffect) in TEST_P() argument
9137 TEST_P(GLSLTest_ES3, MixedRowAndColumnMajorMatrices_ReadSideEffectOrder) in TEST_P() argument
9199 TEST_P(GLSLTest_ES3, MixedRowAndColumnMajorMatrices_ReadSideEffectShortCircuit) in TEST_P() argument
9265 TEST_P(GLSLTest_ES3, DynamicIndexingOfSwizzledLValuesShouldWork) in TEST_P() argument
9288 TEST_P(GLSLTest_ES3, DeadCodeIsPruned) in TEST_P() argument
10930 TEST_P(GLSLTest_ES3, PreciseNotReserved) in TEST_P() argument
11817 TEST_P(GLSLTest_ES3, InitGlobalNonConstant) in TEST_P() argument
11840 TEST_P(GLSLTest_ES3, InitGlobalComplexConstant) in TEST_P() argument