Home
last modified time | relevance | path

Searched refs:VIEWPORT_SIZE (Results 1 – 6 of 6) sorted by relevance

/external/deqp/modules/gles2/performance/
Des2pTextureUploadTests.cpp67 static const int VIEWPORT_SIZE = 64; variable
189 gl.viewport (0, 0, VIEWPORT_SIZE, VIEWPORT_SIZE); in init()
244 …m_log << TestLog::Message << "Viewport size = " << VIEWPORT_SIZE << "x" << VIEWPORT_SIZE << "." <<… in logResults()
/external/deqp/modules/gles3/functional/
Des3fLifetimeTests.cpp66 enum { VIEWPORT_SIZE = 128 }; enumerator
131 VIEWPORT_SIZE, VIEWPORT_SIZE, rnd); in draw()
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPFXParser.cpp44 const unsigned int CPVRTPFXParser::VIEWPORT_SIZE = 0xAAAA; member in CPVRTPFXParser
1510 TexDesc.uiWidth = VIEWPORT_SIZE; in ParseTexture()
1511 TexDesc.uiHeight = VIEWPORT_SIZE; in ParseTexture()
1697 TexDesc.uiWidth = VIEWPORT_SIZE; in ParseTarget()
1698 TexDesc.uiHeight = VIEWPORT_SIZE; in ParseTarget()
1814 unsigned int uiWidth = CPVRTPFXParser::VIEWPORT_SIZE; in ParseTextures()
1815 unsigned int uiHeight = CPVRTPFXParser::VIEWPORT_SIZE; in ParseTextures()
DPVRTPFXParser.h469 static const unsigned int VIEWPORT_SIZE;
/external/deqp/modules/glshared/
DglsLifetimeTests.cpp76 enum { VIEWPORT_SIZE = 128, FRAMEBUFFER_SIZE = 128 }; enumerator
676 VIEWPORT_SIZE, VIEWPORT_SIZE, rnd); in drawContainer()
/external/deqp/modules/gles31/functional/
Des31fSeparateShaderTests.cpp107 VIEWPORT_SIZE = 128 enumerator
1318 VIEWPORT_SIZE, VIEWPORT_SIZE); in drawSurface()