Searched refs:texWid (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsLongStressTestUtil.hpp | 45 …gls::ProgramContext generateTextureContext (int numTextureObjects, int texWid, int texHei, … 46 …gls::ProgramContext generateBufferAndTextureContext (int numTextures, int texWid, int texHei)… 47 gls::ProgramContext generateFragmentPointLightContext (int texWid, int texHei) const; 48 gls::ProgramContext generateVertexUniformLoopLightContext (int texWid, int texHei) const;
|
D | glsLongStressTestUtil.cpp | 136 gls::ProgramContext ProgramLibrary::generateTextureContext (const int numTextures, const int texWid… in generateTextureContext() argument 171 texWid, texHei, GL_RGBA, GL_UNSIGNED_BYTE, GL_RGBA, true, in generateTextureContext() 178 …brary::generateBufferAndTextureContext (const int numTextures, const int texWid, const int texHei)… in generateBufferAndTextureContext() argument 239 texWid, texHei, GL_RGBA, GL_UNSIGNED_BYTE, GL_RGBA, true, in generateBufferAndTextureContext() 247 gls::ProgramContext ProgramLibrary::generateFragmentPointLightContext (const int texWid, const int … in generateFragmentPointLightContext() argument 409 texWid, texHei, GL_RGBA, GL_UNSIGNED_BYTE, GL_RGBA, in generateFragmentPointLightContext() 416 gls::ProgramContext ProgramLibrary::generateVertexUniformLoopLightContext (const int texWid, const … in generateVertexUniformLoopLightContext() argument 583 texWid, texHei, GL_RGBA, GL_UNSIGNED_BYTE, GL_RGBA, in generateVertexUniformLoopLightContext()
|