Home
last modified time | relevance | path

Searched refs:randomPartition (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/gles2/accuracy/
Des2aTextureMipmapTests.cpp493 static void randomPartition (vector<IVec4>& dst, de::Random& rnd, int x, int y, int width, int heig… in randomPartition() function
505 randomPartition(dst, rnd, x, y, split, height); in randomPartition()
506 randomPartition(dst, rnd, x+split, y, width-split, height); in randomPartition()
511 randomPartition(dst, rnd, x, y, width, split); in randomPartition()
512 randomPartition(dst, rnd, x, y+split, width, height-split); in randomPartition()
521 randomPartition(dst, rnd, 0, 0, width, height); in computeGridLayout()
/external/deqp/modules/gles3/accuracy/
Des3aTextureMipmapTests.cpp481 static void randomPartition (vector<IVec4>& dst, de::Random& rnd, int x, int y, int width, int heig… in randomPartition() function
493 randomPartition(dst, rnd, x, y, split, height); in randomPartition()
494 randomPartition(dst, rnd, x+split, y, width-split, height); in randomPartition()
499 randomPartition(dst, rnd, x, y, width, split); in randomPartition()
500 randomPartition(dst, rnd, x, y+split, width, height-split); in randomPartition()
509 randomPartition(dst, rnd, 0, 0, width, height); in computeGridLayout()
/external/deqp/modules/gles2/functional/
Des2fTextureMipmapTests.cpp550 static void randomPartition (vector<IVec4>& dst, de::Random& rnd, int x, int y, int width, int heig… in randomPartition() function
562 randomPartition(dst, rnd, x, y, split, height); in randomPartition()
563 randomPartition(dst, rnd, x+split, y, width-split, height); in randomPartition()
568 randomPartition(dst, rnd, x, y, width, split); in randomPartition()
569 randomPartition(dst, rnd, x, y+split, width, height-split); in randomPartition()
578 randomPartition(dst, rnd, 0, 0, width, height); in computeGridLayout()
/external/deqp/modules/gles3/functional/
Des3fTextureMipmapTests.cpp589 static void randomPartition (vector<IVec4>& dst, de::Random& rnd, int x, int y, int width, int heig… in randomPartition() function
601 randomPartition(dst, rnd, x, y, split, height); in randomPartition()
602 randomPartition(dst, rnd, x+split, y, width-split, height); in randomPartition()
607 randomPartition(dst, rnd, x, y, width, split); in randomPartition()
608 randomPartition(dst, rnd, x, y+split, width, height-split); in randomPartition()
617 randomPartition(dst, rnd, 0, 0, width, height); in computeGridLayout()