Home
last modified time | relevance | path

Searched refs:npot (Results 1 – 7 of 7) sorted by relevance

/external/deqp/doc/testspecs/GLES31/
Dfunctional.copy_image.txt49 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/
Des2fFboRenderTest.cpp725 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/
Dperformance.texture.upload.txt31 - Including npot texture (257x257)
48 sizes vary from 16x16 to 2048x2048 and include an npot texture with size
Dfunctional.vertex_arrays.multiple_attributes.txt56 data is used as vec2 in shader. Strides test uses npot stride, pot stride and types
Dfunctional.vertex_arrays.single_attribute.txt53 and user pointer. Stride testcases test npot and pot strides and types real size as stride.
/external/deqp/doc/testspecs/GLES3/
Dfunctional.vertex_arrays.multiple_attributes.txt56 data is used as vec2 in shader. Strides test uses npot stride, pot stride and types
Dfunctional.vertex_arrays.single_attribute.txt56 and user pointer. Stride testcases test npot and pot strides and types real size as stride.