Searched refs:textureWidth (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/gpu/ |
D | GrAtlas.cpp | 158 int textureWidth = fBackingTextureSize.width(); in GrAtlas() local 161 int plotWidth = textureWidth / fNumPlotsX; in GrAtlas() 164 SkASSERT(plotWidth * fNumPlotsX == textureWidth); in GrAtlas()
|
D | GrBatchFontCache.cpp | 20 int textureWidth, int textureHeight, in make_atlas() argument 24 desc.fWidth = textureWidth; in make_atlas()
|
/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() 1026 …log << TestLog::Message << "Texture size: " << config.textureWidth << "x" << config.textureHeight … in logTestConfig() 1114 basicConfig.textureWidth = 128; in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fASTCDecompressionCases.cpp | 1709 const int textureWidth = texture.getRefTexture().getWidth(); in render() local 1711 …const RandomViewport viewport (renderCtx.getRenderTarget(), textureWidth, textureHeight, m_rn… in render()
|