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

  /developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/utils/
BitmapHelper.java 48 public static final int findScaleFactor(int targetW, int targetH, InputStream is) {
57 return Math.min(actualW/targetW, actualH/targetH);
  /developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/utils/
BitmapHelper.java 48 public static final int findScaleFactor(int targetW, int targetH, InputStream is) {
57 return Math.min(actualW/targetW, actualH/targetH);
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/utils/
BitmapHelper.java 48 public static final int findScaleFactor(int targetW, int targetH, InputStream is) {
57 return Math.min(actualW/targetW, actualH/targetH);
  /external/deqp/modules/glshared/
glsInteractionTestUtil.hpp 123 void computeRandomRenderCommands (de::Random& rnd, glu::ApiType apiType, int numCommands, int targetW, int targetH, std::vector<RenderCommand>& dst);
glsInteractionTestUtil.cpp 254 void computeRandomRenderCommands (de::Random& rnd, glu::ApiType apiType, int numCommands, int targetW, int targetH, vector<RenderCommand>& dst)
261 computeRandomRenderState(rnd, cmd->state, apiType, targetW, targetH);
262 computeRandomQuad(rnd, cmd->quad, targetW, targetH);
glsFragOpInteractionCase.cpp 182 static Quad getRandomQuad (de::Random& rnd, int targetW, int targetH)
189 const int minW = deCeilFloatToInt32(minSize*targetW);
191 const int maxW = targetW + 2*maxOutOfBounds;
196 const int x = rnd.getInt(-maxOutOfBounds, targetW+maxOutOfBounds-width);
217 static void computeRandomRenderCommand (de::Random& rnd, RenderCommand& command, glu::ApiType apiType, int targetW, int targetH)
219 command.quad = getRandomQuad(rnd, targetW, targetH);
221 gls::InteractionTestUtil::computeRandomRenderState(rnd, command.state, apiType, targetW, targetH);
  /external/deqp/modules/gles3/functional/
es3fOcclusionQueryTests.cpp 198 int targetW = renderTarget.getWidth();
251 int scissorBoxX = m_rnd.getInt(-DEPTH_CLEAR_OFFSET, targetW);
253 int scissorBoxW = m_rnd.getInt( DEPTH_CLEAR_OFFSET, targetW+DEPTH_CLEAR_OFFSET);
294 int scissorBoxX = m_rnd.getInt(-STENCIL_CLEAR_OFFSET, targetW);
296 int scissorBoxW = m_rnd.getInt( STENCIL_CLEAR_OFFSET, targetW+STENCIL_CLEAR_OFFSET);
324 int scissorBoxX = m_rnd.getInt(-SCISSOR_OFFSET, targetW-SCISSOR_OFFSET);
326 int scissorBoxW = m_rnd.getInt(SCISSOR_MINSIZE, targetW+SCISSOR_OFFSET);
es3fTextureSpecificationTests.cpp 219 int targetW = getWidth();
222 float w = (float)width / (float)targetW;
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureSpecificationTests.cpp 565 int targetW = getWidth();
568 float w = (float)width / (float)targetW;
582 int targetW = getWidth();
585 float w = (float)width / (float)targetW;
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureSpecificationTests.cpp 188 int targetW = getWidth();
191 float w = (float)width / (float)targetW;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
SDL_epocvideo.cpp     [all...]

Completed in 2146 milliseconds