Searched defs:targetHeight (Results 1 - 15 of 15) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fPrerequisiteTests.cpp179 int targetHeight = renderTarget.getHeight(); local
195 imageHeight = targetHeight;
202 imageHeight = targetHeight / 2;
207 y = targetHeight / 2;
209 imageHeight = targetHeight - y;
213 y = deRandom_getUint32(&rnd) % (targetHeight - 1);
215 imageHeight = 1 + (deRandom_getUint32(&rnd) % (targetHeight - y - 1));
H A Des3fColorClearTest.cpp107 const int targetHeight = renderTarget.getHeight(); local
108 const int numPixels = targetWidth * targetHeight;
112 Surface refImage (targetWidth, targetHeight);
113 Surface resImage (targetWidth, targetHeight);
114 Surface diffImage (targetWidth, targetHeight);
133 clearHeight = targetHeight;
138 clearY = (rnd.getUint32() % (2*targetHeight)) - targetHeight;
140 clearHeight = (rnd.getUint32() % targetHeight);
170 for (int y = 0; y < targetHeight;
[all...]
/external/deqp/modules/glshared/
H A DglsInteractionTestUtil.cpp54 void computeRandomRenderState (de::Random& rnd, RenderState& state, glu::ApiType apiType, int targetWidth, int targetHeight) argument
158 int minScissorH = deCeilFloatToInt32(minScissorSize * (float)targetHeight);
160 int maxScissorH = targetHeight + 2*maxScissorOutOfBounds;
165 int scissorY = rnd.getInt(-maxScissorOutOfBounds, targetHeight+maxScissorOutOfBounds-scissorH);
220 void computeRandomQuad (de::Random& rnd, gls::FragmentOpUtil::IntegerQuad& quad, int targetWidth, int targetHeight)
231 int minH = deCeilFloatToInt32(minSize * (float)targetHeight);
233 int maxH = targetHeight + 2*maxOutOfBounds;
238 int y = rnd.getInt(-maxOutOfBounds, targetHeight+maxOutOfBounds-height);
/external/opencv3/modules/cudacodec/src/
H A Dvideo_decoder.hpp79 unsigned long targetHeight() const { return createInfo_.ulTargetHeight; } function in class:cv::cudacodec::detail::VideoDecoder
95 return cuda::GpuMat(targetHeight() * 3 / 2, targetWidth(), CV_8UC1, (void*) ptr, pitch);
/external/deqp/modules/gles2/functional/
H A Des2fPrerequisiteTests.cpp179 int targetHeight = renderTarget.getHeight(); local
195 imageHeight = targetHeight;
202 imageHeight = targetHeight / 2;
207 y = targetHeight / 2;
209 imageHeight = targetHeight - y;
213 y = deRandom_getUint32(&rnd) % (targetHeight - 1);
215 imageHeight = 1 + (deRandom_getUint32(&rnd) % (targetHeight - y - 1));
H A Des2fColorClearTest.cpp107 const int targetHeight = renderTarget.getHeight(); local
108 const int numPixels = targetWidth * targetHeight;
112 Surface refImage (targetWidth, targetHeight);
113 Surface resImage (targetWidth, targetHeight);
114 Surface diffImage (targetWidth, targetHeight);
133 clearHeight = targetHeight;
138 clearY = (rnd.getUint32() % (2*targetHeight)) - targetHeight;
140 clearHeight = (rnd.getUint32() % targetHeight);
170 for (int y = 0; y < targetHeight;
[all...]
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
H A DGifFrameManager.java31 private final int targetHeight; field in class:GifFrameManager
43 public GifFrameManager(Context context, GifDecoder decoder, int targetWidth, int targetHeight) { argument
45 targetHeight);
49 int targetWidth, int targetHeight) {
54 this.targetHeight = targetHeight;
127 super(targetWidth, targetHeight);
48 GifFrameManager(Context context, BitmapPool bitmapPool, GifDecoder decoder, Handler mainHandler, int targetWidth, int targetHeight) argument
H A DGifDrawable.java85 frameManager = new GifFrameManager(state.context, decoder, state.targetWidth, state.targetHeight);
319 int targetHeight; field in class:GifDrawable.GifState
325 Transformation<Bitmap> frameTransformation, int targetWidth, int targetHeight,
337 this.targetHeight = targetHeight;
348 targetHeight = original.targetHeight;
324 GifState(GifHeader header, byte[] data, Context context, Transformation<Bitmap> frameTransformation, int targetWidth, int targetHeight, GifDecoder.BitmapProvider provider, BitmapPool bitmapPool, Bitmap firstFrame) argument
/external/deqp/modules/egl/
H A DteglNativeCoordMappingTests.cpp229 void render (const glw::Functions& gl, deUint32 program, int targetWidth, int targetHeight, int x, int y, int width, int height) argument
233 toGLCoord(targetWidth, targetHeight, x, y),
234 toGLCoord(targetWidth, targetHeight, x+width, y),
235 toGLCoord(targetWidth, targetHeight, x+width, y+height),
237 toGLCoord(targetWidth, targetHeight, x+width, y+height),
238 toGLCoord(targetWidth, targetHeight, x, y+height),
239 toGLCoord(targetWidth, targetHeight, x, y)
250 gl.viewport(0, 0, targetWidth, targetHeight);
/external/robolectric/v3/runtime/
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/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
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/ ...

Completed in 388 milliseconds