Searched defs:texWidth (Results 1 - 22 of 22) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Ddlist.h63 unsigned texWidth, texHeight; member in struct:gl_bitmap_atlas
/external/skia/samplecode/
H A DSampleVertices.cpp147 void make_fan(Rec* rec, int texWidth, int texHeight) { argument
148 const SkScalar tx = SkIntToScalar(texWidth);
177 void make_strip(Rec* rec, int texWidth, int texHeight) { argument
178 const SkScalar tx = SkIntToScalar(texWidth);
H A DPerlinPatch.cpp142 SkScalar texWidth = fTexScale * TexWidth; variable
145 { fTexX - texWidth, fTexY - texHeight},
146 { fTexX + texWidth, fTexY - texHeight},
147 { fTexX + texWidth, fTexY + texHeight},
148 { fTexX - texWidth, fTexY + texHeight}}
H A DSampleSlides.cpp356 static void make_fan(Rec* rec, int texWidth, int texHeight) { argument
357 const SkScalar tx = SkIntToScalar(texWidth);
386 static void make_strip(Rec* rec, int texWidth, int texHeight) { argument
387 const SkScalar tx = SkIntToScalar(texWidth);
/external/skqp/samplecode/
H A DSampleVertices.cpp147 void make_fan(Rec* rec, int texWidth, int texHeight) { argument
148 const SkScalar tx = SkIntToScalar(texWidth);
177 void make_strip(Rec* rec, int texWidth, int texHeight) { argument
178 const SkScalar tx = SkIntToScalar(texWidth);
H A DPerlinPatch.cpp142 SkScalar texWidth = fTexScale * TexWidth; variable
145 { fTexX - texWidth, fTexY - texHeight},
146 { fTexX + texWidth, fTexY - texHeight},
147 { fTexX + texWidth, fTexY + texHeight},
148 { fTexX - texWidth, fTexY + texHeight}}
H A DSampleSlides.cpp356 static void make_fan(Rec* rec, int texWidth, int texHeight) { argument
357 const SkScalar tx = SkIntToScalar(texWidth);
386 static void make_strip(Rec* rec, int texWidth, int texHeight) { argument
387 const SkScalar tx = SkIntToScalar(texWidth);
/external/deqp/modules/gles2/accuracy/
H A Des2aTextureMipmapTests.cpp258 int texWidth = refTexture.getWidth(); local
260 int defViewportWidth = texWidth*4;
363 const int bestScoreDiff = (texWidth/16)*(texHeight/16);
364 const int worstScoreDiff = texWidth*texHeight;
531 int texWidth = m_texture->getRefTexture().getSize(); local
534 int defViewportWidth = texWidth*2;
630 const int bestScoreDiff = (texWidth/16)*(texHeight/16);
631 const int worstScoreDiff = texWidth*texHeight;
/external/deqp/modules/gles2/functional/
H A Des2fTextureMipmapTests.cpp256 const int texWidth = refTexture.getWidth(); local
258 const int defViewportWidth = texWidth*4;
585 const int texWidth = m_texture->getRefTexture().getSize(); local
587 const int defViewportWidth = texWidth*2;
H A Des2fFboRenderTest.cpp1113 int texWidth = 64; local
1119 createQuadsTex2D(ctx, quadsTex, GL_RGB, GL_UNSIGNED_BYTE, texWidth, texHeight);
1120 createMetaballsTex2D(ctx, metaballsTex, GL_RGB, GL_UNSIGNED_BYTE, texWidth, texHeight);
H A Des2fTextureUnitTests.cpp643 const int texWidth = is2d ? TEXTURE_WIDTH_2D : TEXTURE_WIDTH_CUBE; local
645 bool mipmaps = (deIsPowerOfTwo32(texWidth) && deIsPowerOfTwo32(texHeight));
646 int numLevels = mipmaps ? deLog2Floor32(de::max(texWidth, texHeight))+1 : 1;
675 m_textures2d.push_back(new tcu::Texture2D(glu::mapGLTransferFormat(params.format, params.dataType), texWidth, texHeight));
680 DE_ASSERT(texWidth == texHeight);
681 m_texturesCube.push_back(new tcu::TextureCube(glu::mapGLTransferFormat(params.format, params.dataType), texWidth));
H A Des2fVertexTextureTests.cpp481 const int texWidth = 1 << deLog2Ceil32(MAX_2D_RENDER_WIDTH / 2); local
487 m_textures[i] = new glu::Texture2D(m_context.getRenderContext(), GL_RGB, GL_UNSIGNED_BYTE, texWidth, texHeight);
490 const bool mipmaps = (deIsPowerOfTwo32(texWidth) && deIsPowerOfTwo32(texHeight));
491 const int numLevels = mipmaps ? deLog2Floor32(de::max(texWidth, texHeight))+1 : 1;
784 const int texWidth = 1 << deLog2Ceil32(MAX_CUBE_RENDER_WIDTH / 3 / 2); local
787 DE_ASSERT(texWidth == texHeight);
793 m_textures[i] = new glu::TextureCube(m_context.getRenderContext(), GL_RGB, GL_UNSIGNED_BYTE, texWidth);
796 const bool mipmaps = deIsPowerOfTwo32(texWidth) != DE_FALSE;
797 const int numLevels = mipmaps ? deLog2Floor32(texWidth)+1 : 1;
/external/deqp/modules/gles3/accuracy/
H A Des3aTextureMipmapTests.cpp249 int texWidth = refTexture.getWidth(); local
251 int defViewportWidth = texWidth*4;
355 const int bestScoreDiff = (texWidth/16)*(texHeight/16);
356 const int worstScoreDiff = texWidth*texHeight;
518 int texWidth = m_texture->getRefTexture().getSize(); local
521 int defViewportWidth = texWidth*2;
618 const int bestScoreDiff = (texWidth/16)*(texHeight/16);
619 const int worstScoreDiff = texWidth*texHeight;
/external/mesa3d/src/mesa/swrast/
H A Ds_aaline.c70 GLfloat texWidth[VARYING_SLOT_MAX]; member in struct:LineInfo
/external/deqp/modules/gles3/functional/
H A Des3fTextureMipmapTests.cpp300 const int texWidth = refTexture.getWidth(); local
302 const int defViewportWidth = texWidth*4;
624 const int texWidth = m_texture->getRefTexture().getSize(); local
626 const int defViewportWidth = texWidth*2;
1249 const int texWidth = refTexture.getWidth(); local
1254 const RandomViewport viewport (renderTarget, texWidth*4, texHeight*4, deStringHash(getName()));
1499 const int texWidth = refTexture.getWidth(); local
1503 const RandomViewport viewport (renderTarget, texWidth*4, texHeight*4, deStringHash(getName()));
1810 const int texWidth = m_texture->getRefTexture().getSize(); local
1813 const int defViewportWidth = texWidth*
2126 const int texWidth = refTexture.getWidth(); local
[all...]
H A Des3fTextureUnitTests.cpp821 const int texWidth = is2dTex ? TEXTURE_WIDTH_2D : isCubeTex ? TEXTURE_WIDTH_CUBE : is2dArrayTex ? TEXTURE_WIDTH_2D_ARRAY : TEXTURE_WIDTH_3D; local
827 bool mipmaps = (deIsPowerOfTwo32(texWidth) && deIsPowerOfTwo32(texHeight) && deIsPowerOfTwo32(texDepth));
828 int numLevels = mipmaps ? deLog2Floor32(de::max(de::max(texWidth, texHeight), texDepth))+1 : 1;
859 m_textures2d.push_back(new tcu::Texture2D(texFormat, texWidth, texHeight));
864 DE_ASSERT(texWidth == texHeight);
865 m_texturesCube.push_back(new tcu::TextureCube(texFormat, texWidth));
870 m_textures2dArray.push_back(new tcu::Texture2DArray(texFormat, texWidth, texHeight, texLayers));
875 m_textures3d.push_back(new tcu::Texture3D(texFormat, texWidth, texHeight, texDepth));
H A Des3fVertexTextureTests.cpp581 const int texWidth = 1 << deLog2Ceil32(MAX_2D_RENDER_WIDTH / 2); local
587 m_textures[i] = new glu::Texture2D(m_context.getRenderContext(), GL_RGB, GL_UNSIGNED_BYTE, texWidth, texHeight);
590 const bool mipmaps = (deIsPowerOfTwo32(texWidth) && deIsPowerOfTwo32(texHeight));
591 const int numLevels = mipmaps ? deLog2Floor32(de::max(texWidth, texHeight))+1 : 1;
887 const int texWidth = 1 << deLog2Ceil32(MAX_CUBE_RENDER_WIDTH / 3 / 2); local
890 DE_ASSERT(texWidth == texHeight);
896 m_textures[i] = new glu::TextureCube(m_context.getRenderContext(), GL_RGB, GL_UNSIGNED_BYTE, texWidth);
899 const bool mipmaps = deIsPowerOfTwo32(texWidth) != DE_FALSE;
900 const int numLevels = mipmaps ? deLog2Floor32(texWidth)+1 : 1;
1227 const int texWidth local
1291 const int texWidth = refTexture.getWidth(); local
1567 const int texWidth = WIDTH_3D; local
[all...]
/external/skia/src/gpu/gl/
H A DGrGLGpu.cpp1025 bool GrGLGpu::uploadTexData(GrPixelConfig texConfig, int texWidth, int texHeight, argument
1033 SkIRect bounds = SkIRect::MakeWH(texWidth, texHeight);
1037 (0 == left && 0 == top && width == texWidth && height == texHeight));
1204 if (0 == left && 0 == top && texWidth == width && texHeight == height) {
/external/skqp/src/gpu/gl/
H A DGrGLGpu.cpp1023 bool GrGLGpu::uploadTexData(GrPixelConfig texConfig, int texWidth, int texHeight, argument
1031 SkIRect bounds = SkIRect::MakeWH(texWidth, texHeight);
1035 (0 == left && 0 == top && width == texWidth && height == texHeight));
1202 if (0 == left && 0 == top && texWidth == width && texHeight == height) {
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 456 milliseconds