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

  /cts/suite/pts/deviceTests/opengl/jni/graphics/
GLUtils.h 43 static GLuint genTexture(int texWidth, int texHeight, int fill);
GLUtils.cpp 209 GLuint GLUtils::genTexture(int texWidth, int texHeight, int fill) {
212 int h = roundUpToSmallestPowerOf2(texHeight);
  /external/chromium_org/third_party/angle_dx11/src/libEGL/
Config.h 29 Config(rx::ConfigDesc desc, EGLint minSwapInterval, EGLint maxSwapInterval, EGLint texWidth, EGLint texHeight);
99 void add(rx::ConfigDesc desc, EGLint minSwapInterval, EGLint maxSwapInterval, EGLint texWidth, EGLint texHeight);
Config.cpp 25 Config::Config(rx::ConfigDesc desc, EGLint minInterval, EGLint maxInterval, EGLint texWidth, EGLint texHeight)
110 mMaxPBufferHeight = texHeight;
111 mMaxPBufferPixels = texWidth*texHeight;
233 void ConfigSet::add(rx::ConfigDesc desc, EGLint minSwapInterval, EGLint maxSwapInterval, EGLint texWidth, EGLint texHeight)
235 Config config(desc, minSwapInterval, maxSwapInterval, texWidth, texHeight);
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
UploadedTexture.java 220 int texHeight = getTextureHeight();
222 Assert.assertTrue(bWidth <= texWidth && bHeight <= texHeight);
228 if (bWidth == texWidth && bHeight == texHeight) {
240 Bitmap line = getBorderLine(true, config, texHeight);
250 Bitmap line = getBorderLine(true, config, texHeight);
255 if (mBorder + bHeight < texHeight) {
GLES20Canvas.java 647 int texHeight = texture.getTextureHeight();
651 source.top /= texHeight;
652 source.bottom /= texHeight;
660 float yBound = (float) height / texHeight;
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
UploadedTexture.java 220 int texHeight = getTextureHeight();
222 Assert.assertTrue(bWidth <= texWidth && bHeight <= texHeight);
228 if (bWidth == texWidth && bHeight == texHeight) {
240 Bitmap line = getBorderLine(true, config, texHeight);
250 Bitmap line = getBorderLine(true, config, texHeight);
255 if (mBorder + bHeight < texHeight) {
GLES11Canvas.java 427 int texHeight = texture.getTextureHeight();
431 source.top /= texHeight;
432 source.bottom /= texHeight;
441 float yBound = (float) height / texHeight;
    [all...]
GLES20Canvas.java 647 int texHeight = texture.getTextureHeight();
651 source.top /= texHeight;
652 source.bottom /= texHeight;
660 float yBound = (float) height / texHeight;
    [all...]
  /packages/apps/Launcher3/src/com/android/gallery3d/glrenderer/
UploadedTexture.java 220 int texHeight = getTextureHeight();
222 Assert.assertTrue(bWidth <= texWidth && bHeight <= texHeight);
228 if (bWidth == texWidth && bHeight == texHeight) {
240 Bitmap line = getBorderLine(true, config, texHeight);
250 Bitmap line = getBorderLine(true, config, texHeight);
255 if (mBorder + bHeight < texHeight) {
GLES20Canvas.java 647 int texHeight = texture.getTextureHeight();
651 source.top /= texHeight;
652 source.bottom /= texHeight;
660 float yBound = (float) height / texHeight;
    [all...]
  /frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp 791 const int texHeight = 66;
794 texWidth, texHeight, HAL_PIXEL_FORMAT_YV12));
808 fillYV12Buffer(img, texWidth, texHeight, buf->getStride());
818 glViewport(0, 0, texWidth, texHeight);
837 const int texHeight = 64;
840 texWidth, texHeight, HAL_PIXEL_FORMAT_YV12));
854 fillYV12Buffer(img, texWidth, texHeight, buf->getStride());
864 glViewport(0, 0, texWidth, texHeight);
883 const int texHeight = 66;
886 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) {
95 mTexHeight = texHeight;
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aalinetemp.h 81 line->texWidth[attr], line->texHeight[attr]);
184 line.texHeight[attr] = (GLfloat) texImage->Height;
s_aaline.c 69 GLfloat texHeight[FRAG_ATTRIB_MAX];
  /external/mesa3d/src/mesa/swrast/
s_aalinetemp.h 81 line->texWidth[attr], line->texHeight[attr]);
184 line.texHeight[attr] = (GLfloat) texImage->Height;
s_aaline.c 69 GLfloat texHeight[FRAG_ATTRIB_MAX];
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
CameraStreamer.java 610 int texHeight = mCameraHeight + mCameraHeight / 2;
613 clientTex.allocateWithPixels(pixels, texWidth, texHeight);
    [all...]

Completed in 709 milliseconds