Searched refs:npot (Results 1 – 9 of 9) sorted by relevance
/external/deqp/doc/testspecs/GLES31/ |
D | functional.copy_image.txt | 49 always npot size and texture images are always created so that they are mipmap 56 Also npot offset in the middle of the image is used. Some of the copied 57 rectangles are npot size.
|
/external/deqp/modules/gles2/functional/ |
D | es2fFboRenderTest.cpp | 735 IntersectingQuadsTest (Context& context, const FboConfig& config, bool npot = false); 756 IntersectingQuadsTest::IntersectingQuadsTest (Context& context, const FboConfig& config, bool npot) in IntersectingQuadsTest() argument 757 …: FboRenderCase (context, (string(npot ? "npot_" : "") + config.getName()).c_str(), "Intersecting … in IntersectingQuadsTest() 758 , m_fboWidth (npot ? 127 : 128) in IntersectingQuadsTest() 759 , m_fboHeight (npot ? 95 : 128) in IntersectingQuadsTest() 828 MixTest (Context& context, const FboConfig& config, bool npot = false); 851 MixTest::MixTest (Context& context, const FboConfig& config, bool npot) in MixTest() argument 852 …: FboRenderCase (context, (string(npot ? "mix_npot_" : "mix_") + config.getName()).c_str(), "Use t… in MixTest() 853 , m_fboAWidth (npot ? 127 : 128) in MixTest() 854 , m_fboAHeight (npot ? 95 : 128) in MixTest() [all …]
|
/external/deqp/doc/testspecs/GLES2/ |
D | performance.texture.upload.txt | 31 - Including npot texture (257x257) 48 sizes vary from 16x16 to 2048x2048 and include an npot texture with size
|
D | functional.vertex_arrays.multiple_attributes.txt | 56 data is used as vec2 in shader. Strides test uses npot stride, pot stride and types
|
D | functional.vertex_arrays.single_attribute.txt | 53 and user pointer. Stride testcases test npot and pot strides and types real size as stride.
|
/external/skqp/src/gpu/effects/ |
D | GrSimpleTextureEffect.fp | 64 // Performing repeat sampling on npot textures will cause asserts on HW
|
/external/skia/src/gpu/effects/ |
D | GrSimpleTextureEffect.fp | 64 // Performing repeat sampling on npot textures will cause asserts on HW
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.vertex_arrays.multiple_attributes.txt | 56 data is used as vec2 in shader. Strides test uses npot stride, pot stride and types
|
D | functional.vertex_arrays.single_attribute.txt | 56 and user pointer. Stride testcases test npot and pot strides and types real size as stride.
|