Searched refs:npot (Results 1 – 7 of 7) 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 | 725 IntersectingQuadsTest (Context& context, const FboConfig& config, bool npot = false); 746 IntersectingQuadsTest::IntersectingQuadsTest (Context& context, const FboConfig& config, bool npot) in IntersectingQuadsTest() argument 747 …: FboRenderCase (context, (string(npot ? "npot_" : "") + config.getName()).c_str(), "Intersecting … in IntersectingQuadsTest() 748 , m_fboWidth (npot ? 127 : 128) in IntersectingQuadsTest() 749 , m_fboHeight (npot ? 95 : 128) in IntersectingQuadsTest() 818 MixTest (Context& context, const FboConfig& config, bool npot = false); 841 MixTest::MixTest (Context& context, const FboConfig& config, bool npot) in MixTest() argument 842 …: FboRenderCase (context, (string(npot ? "mix_npot_" : "mix_") + config.getName()).c_str(), "Use t… in MixTest() 843 , m_fboAWidth (npot ? 127 : 128) in MixTest() 844 , 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/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.
|