Negative Shader Function Test
authorDaniel Andrade Groppe <daniel.andrade@mobica.com>
Fri, 5 Feb 2016 22:57:59 +0000 (16:57 -0600)
committerDaniel Andrade Groppe <daniel.andrade@mobica.com>
Thu, 11 Feb 2016 17:01:44 +0000 (11:01 -0600)
commite22f2e029c7c24e706663974ab67e5a2439b00d3
tree0b847043fb90128b2b4003236a7e96ccae025674
parent60c5d0bb329c4cfa483aca82f60ef396f92be5a4
Negative Shader Function Test

Test that invalid call variants fail to compile.

Add tests for the following GLSL functions:
- atomicAdd
- atomicAnd
- atomicCompSwap
- atomicExchange
- atomicMax
- atomicMin
- atomicOr
- atomicXor
- bitCount
- bitfieldExtract
- bitfieldInsert
- bitfieldReverse
- EmitVertex
- EndPrimitive
- findLSB
- findMSB
- frexp
- imulExtended
- interpolateAtCentroid
- interpolateAtOffset
- interpolateAtSample
- ldexp
- packSnorm4x8
- packUnorm4x8
- texelFetch
- texture
- textureGather
- textureGatherOffset
- textureGatherOffsets
- textureGrad
- textureLod
- textureSize
- uaddCarry
- umulExtended
- unpackSnorm4x8
- unpackUnorm4x8
- usubBorrow
- fma

Change-Id: I46676924845d10d3d56c9d51ad1303d48eefe1ed
Android.mk
modules/gles31/functional/CMakeLists.txt
modules/gles31/functional/es31fDebugTests.cpp
modules/gles31/functional/es31fNegativeShaderFunctionTests.cpp [new file with mode: 0644]
modules/gles31/functional/es31fNegativeShaderFunctionTests.hpp [new file with mode: 0644]