HomeSort by relevance Sort by last modified time
    Searched refs:texWidth (Results 1 - 6 of 6) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
UploadedTexture.java 226 int texWidth = getTextureWidth();
229 Utils.assertTrue(bWidth <= texWidth && bHeight <= texHeight);
254 if (bWidth == texWidth && bHeight == texHeight) {
262 texWidth, texHeight, 0, format, type, null);
273 line = getBorderLine(false, config, texWidth);
279 if (mBorder + bWidth < texWidth) {
287 Bitmap line = getBorderLine(false, config, texWidth);
GLCanvasImpl.java 407 int texWidth = texture.getTextureWidth();
410 source.left /= texWidth;
411 source.right /= texWidth;
416 float xBound = (float) width / texWidth;
  /external/skia/samplecode/
SampleVertices.cpp 163 void make_fan(Rec* rec, int texWidth, int texHeight) {
164 const SkScalar tx = SkIntToScalar(texWidth);
193 void make_strip(Rec* rec, int texWidth, int texHeight) {
194 const SkScalar tx = SkIntToScalar(texWidth);
SampleSlides.cpp 362 void make_fan(Rec* rec, int texWidth, int texHeight) {
363 const SkScalar tx = SkIntToScalar(texWidth);
392 void make_strip(Rec* rec, int texWidth, int texHeight) {
393 const SkScalar tx = SkIntToScalar(texWidth);
  /frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp 690 const int texWidth = 64;
694 texWidth, texHeight, HAL_PIXEL_FORMAT_YV12));
708 fillYV12Buffer(img, texWidth, texHeight, buf->getStride());
717 glViewport(0, 0, texWidth, texHeight);
735 const int texWidth = 64;
739 texWidth, texHeight, HAL_PIXEL_FORMAT_YV12));
753 fillYV12Buffer(img, texWidth, texHeight, buf->getStride());
762 glViewport(0, 0, texWidth, texHeight);
780 const int texWidth = 64;
784 texWidth, texHeight, HAL_PIXEL_FORMAT_YV12))
    [all...]
  /development/samples/HelloEffects/src/com/example/android/mediafx/
TextureRenderer.java 93 public void updateTextureSize(int texWidth, int texHeight) {
94 mTexWidth = texWidth;

Completed in 2400 milliseconds