Lines Matching defs:Texture2DTestES3
390 class Texture2DTestES3 : public Texture2DTest class
393 Texture2DTestES3() : Texture2DTest() {} in Texture2DTestES3() function in __anonc1e226aa0111::Texture2DTestES3
2754 TEST_P(Texture2DTestES3, TexImageWithStencilData) in TEST_P() argument
3218 TEST_P(Texture2DTestES3, TexImageWithDepthPBO) in TEST_P() argument
3431 TEST_P(Texture2DTestES3, TexImageWithStencilPBO) in TEST_P() argument
3500 TEST_P(Texture2DTestES3, TexImageWithDepthStencilPBO) in TEST_P() argument
3754 TEST_P(Texture2DTestES3, TexStorage2DCycleThroughYuvAndRgbSources) in TEST_P() argument
3785 TEST_P(Texture2DTestES3, TexStorage2DLargeYuvTextureCount) in TEST_P() argument
3813 TEST_P(Texture2DTestES3, TexStorage2DSimultaneousUseOfMultipleYuvSourcesNoData) in TEST_P() argument
3884 TEST_P(Texture2DTestES3, TexStorage2DCycleThroughYuvSourcesNoData) in TEST_P() argument
3921 TEST_P(Texture2DTestES3, TexStorage2DMultipleYuvSamplersSwitchSamplerUniformValues) in TEST_P() argument
4014 TEST_P(Texture2DTestES3, TexStorage2DMultipleYuvSamplersSwitchBoundTextures) in TEST_P() argument
4699 TEST_P(Texture2DTestES3, ChangeTexSizeWithTexStorage) in TEST_P() argument
4767 TEST_P(Texture2DTestES3, TextureImplPropogatesDirtyBits) in TEST_P() argument
4816 TEST_P(Texture2DTestES3, FramebufferTextureChangingBaselevel) in TEST_P() argument
5799 TEST_P(Texture2DTestES3, DrawWithBaseLevel1) in TEST_P() argument
5873 TEST_P(Texture2DTestES3, CopyImageEXT) in TEST_P() argument
5880 TEST_P(Texture2DTestES3, CopyImageOES) in TEST_P() argument
5970 TEST_P(Texture2DTestES3, CopyImageEXTDepthStencil) in TEST_P() argument
5977 TEST_P(Texture2DTestES3, CopyImageOESDepthStencil) in TEST_P() argument
5984 TEST_P(Texture2DTestES3, CopyCompressedImageMipMaps) in TEST_P() argument
6025 TEST_P(Texture2DTestES3, CopyImageBaseLevel1) in TEST_P() argument
6083 TEST_P(Texture2DTestES3, CopyImageFB) in TEST_P() argument
6130 TEST_P(Texture2DTestES3, CopyImageFBInvalidateThenBlend) in TEST_P() argument
6187 TEST_P(Texture2DTestES3, DrawWithLevelsOutsideRangeUndefined) in TEST_P() argument
6210 TEST_P(Texture2DTestES3, DrawWithLevelZeroUndefined) in TEST_P() argument
6242 TEST_P(Texture2DTestES3, DrawWithLevelsOutsideRangeWithInconsistentDimensions) in TEST_P() argument
6634 TEST_P(Texture2DTestES3, TextureCompletenessChangesWithMaxLevel) in TEST_P() argument
6861 TEST_P(Texture2DTestES3, TextureCompletenessChangesWithBaseLevel) in TEST_P() argument
6902 TEST_P(Texture2DTestES3, TextureBaseLevelGreaterThanMaxLevel) in TEST_P() argument
6925 TEST_P(Texture2DTestES3, ImmutableTextureBaseLevelOutOfRange) in TEST_P() argument
6953 TEST_P(Texture2DTestES3, TextureFormatChangesWithBaseLevel) in TEST_P() argument
7001 TEST_P(Texture2DTestES3, SetImageWhenBaseLevelOutOfRange) in TEST_P() argument
7216 TEST_P(Texture2DTestES3, TextureRGBImplicitAlpha1) in TEST_P() argument
7230 TEST_P(Texture2DTestES3, TextureRGBXImplicitAlpha1) in TEST_P() argument
7246 TEST_P(Texture2DTestES3, TextureRGBXUpload) in TEST_P() argument
7291 TEST_P(Texture2DTestES3, TextureRGBXDownload) in TEST_P() argument
7561 TEST_P(Texture2DTestES3, TextureRGBSNORMImplicitAlpha1) in TEST_P() argument
7575 TEST_P(Texture2DTestES3, TextureRGB9E5ImplicitAlpha1) in TEST_P() argument
7590 TEST_P(Texture2DTestES3, TextureCOMPRESSEDRGB8ETC2ImplicitAlpha1) in TEST_P() argument
7607 TEST_P(Texture2DTestES3, TextureCOMPRESSEDSRGB8ETC2ImplicitAlpha1) in TEST_P() argument
7654 TEST_P(Texture2DTestES3, PixelUnpackStateTexImage) in TEST_P() argument
7669 TEST_P(Texture2DTestES3, PixelUnpackStateTexSubImage) in TEST_P() argument
7688 TEST_P(Texture2DTestES3, TextureRGBUpdateWithPBO) in TEST_P() argument
10245 TEST_P(Texture2DTestES3, UnpackSkipImages2D) in TEST_P() argument
10278 TEST_P(Texture2DTestES3, UnpackSkipPixelsOutOfBounds) in TEST_P() argument
10312 TEST_P(Texture2DTestES3, UnpackCompatibleFormatButDifferentType) in TEST_P() argument
10356 TEST_P(Texture2DTestES3, UnpackOverlappingRowsFromUnpackBuffer) in TEST_P() argument
10416 TEST_P(Texture2DTestES3, DepthTexturesWithMipmaps) in TEST_P() argument
10646 TEST_P(Texture2DTestES3, UnsizedAlphaUnpackBuffer) in TEST_P() argument
10679 TEST_P(Texture2DTestES3, StaleUnpackData) in TEST_P() argument
10720 TEST_P(Texture2DTestES3, TextureBaseMaxLevelRoundingValidation) in TEST_P() argument
10843 TEST_P(Texture2DTestES3, SingleTextureMultipleSamplers) in TEST_P() argument
11338 TEST_P(Texture2DTestES3, NegativeTextureBaseLevelAndMaxLevel) in TEST_P() argument
11354 TEST_P(Texture2DTestES3, GenerateMipmapAndBaseLevelLUMA) in TEST_P() argument
11377 TEST_P(Texture2DTestES3, IncompatibleMipsButNoMipmapFiltering) in TEST_P() argument
12053 TEST_P(Texture2DTestES3, NoMipmapDrawThenMipmapDraw) in TEST_P() argument
12099 TEST_P(Texture2DTestES3, MipmapDrawThenNoMipmapDraw) in TEST_P() argument
12149 TEST_P(Texture2DTestES3, RespecifyWithMoreMips) in TEST_P() argument
12215 TEST_P(Texture2DTestES3, MinificationWithSamplerNoMipmapping) in TEST_P() argument
12547 TEST_P(Texture2DTestES3, NonZeroBaseEmulatedClear) in TEST_P() argument
12581 TEST_P(Texture2DTestES3, UseAsUBOThenUpdateThenAsPBO) in TEST_P() argument
12641 TEST_P(Texture2DTestES3, UpdateRenderTargetCacheOnDestroyTexStorage) in TEST_P() argument
12662 TEST_P(Texture2DTestES3, AllocateMoreThan4096Textures) in TEST_P() argument
13648 TEST_P(Texture2DTestES3, TexImageFormatMismatch) in TEST_P() argument