Searched refs:textureWidth (Results 1 – 6 of 6) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsStateChangePerfTestCases.cpp | 335 const int textureWidth = 64; in requireTextures() local 344 genTextureData(textureData, textureWidth, textureHeight); in requireTextures() 346 DE_ASSERT(textureData.size() == textureWidth * textureHeight * 4); in requireTextures() 358 …gl.texImage2D(GL_TEXTURE_2D, 0, GL_RGBA, textureWidth, textureHeight, 0, GL_RGBA, GL_UNSIGNED_BYTE… in requireTextures()
|
/external/deqp/modules/egl/ |
D | teglGLES2SharedRenderingPerfTests.cpp | 94 int textureWidth; member 261 for (int x = 0; x < config.textureWidth; x++) in createTextureData() 292 …gl.texImage2D(GL_TEXTURE_2D, 0, GL_RGBA, config.textureWidth, config.textureWidth, 0, GL_RGBA, GL_… in createTexture() 1019 …log << TestLog::Message << "Texture size: " << config.textureWidth << "x" << config.textureHeight … in logTestConfig() 1107 basicConfig.textureWidth = 128; in init()
|
D | teglRobustnessTests.cpp | 917 int textureWidth; member
|
/external/deqp/modules/gles3/functional/ |
D | es3fASTCDecompressionCases.cpp | 331 const int textureWidth = texture.getRefTexture().getWidth(); in render() local 333 …const RandomViewport viewport (renderCtx.getRenderTarget(), textureWidth, textureHeight, m_rn… in render()
|
/external/webrtc/webrtc/modules/video_render/windows/ |
D | video_render_direct3d9.cc | 608 DWORD textureWidth, textureHeight; in UpdateRenderSurface() local 626 textureWidth = channelObj->GetTextureWidth(); in UpdateRenderSurface()
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | Context.cpp | 2809 float textureWidth = (float)texture->getWidth(GL_TEXTURE_2D, 0); in drawTexture() local 2816 float texCoords[][2] = {{Ucr / textureWidth, Vcr / textureHeight}, in drawTexture() 2817 {Ucr / textureWidth, (Vcr + Hcr) / textureHeight}, in drawTexture() 2818 {(Ucr + Wcr) / textureWidth, Vcr / textureHeight}, in drawTexture() 2819 {(Ucr + Wcr) / textureWidth, (Vcr + Hcr) / textureHeight}}; in drawTexture()
|