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

  /external/skia/src/gpu/
GrSurfacePriv.h 23 static bool AdjustReadPixelParams(int surfaceWidth,
29 static bool AdjustWritePixelParams(int surfaceWidth,
GrSurface.cpp 94 template<typename T> static bool adjust_params(int surfaceWidth,
105 SkIRect bounds = SkIRect::MakeWH(surfaceWidth, surfaceHeight);
120 bool GrSurfacePriv::AdjustReadPixelParams(int surfaceWidth,
126 return adjust_params<void>(surfaceWidth, surfaceHeight, bpp, left, top, width, height, data,
130 bool GrSurfacePriv::AdjustWritePixelParams(int surfaceWidth,
136 return adjust_params<const void>(surfaceWidth, surfaceHeight, bpp, left, top, width, height,
  /external/skqp/src/gpu/
GrSurfacePriv.h 23 static bool AdjustReadPixelParams(int surfaceWidth,
29 static bool AdjustWritePixelParams(int surfaceWidth,
GrSurface.cpp 94 template<typename T> static bool adjust_params(int surfaceWidth,
105 SkIRect bounds = SkIRect::MakeWH(surfaceWidth, surfaceHeight);
120 bool GrSurfacePriv::AdjustReadPixelParams(int surfaceWidth,
126 return adjust_params<void>(surfaceWidth, surfaceHeight, bpp, left, top, width, height, data,
130 bool GrSurfacePriv::AdjustWritePixelParams(int surfaceWidth,
136 return adjust_params<const void>(surfaceWidth, surfaceHeight, bpp, left, top, width, height,
  /external/deqp/external/openglcts/modules/runner/
glcTestRunner.hpp 53 int surfaceWidth;
glcTestRunner.cpp 301 const int width = aosp_mustpass_egl_first_cfg[i].surfaceWidth;
347 const int width = aosp_mustpass_es_first_cfg[i].surfaceWidth;
380 const int width = runParams[i].surfaceWidth;
427 const int width = runParams[runNdx].surfaceWidth;
473 const int width = runParams[runNdx].surfaceWidth;
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
LocalPlayer.java 483 int surfaceWidth = mLayout.getWidth();
489 if (surfaceWidth * height < surfaceHeight * width) {
492 lp.width = surfaceWidth;
493 lp.height = surfaceWidth * height / width;
558 int surfaceWidth = getWindow().getDecorView().getWidth();
560 if (surfaceWidth * height < surfaceHeight * width) {
561 lp.width = surfaceWidth;
562 lp.height = surfaceWidth * height / width;
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
LocalPlayer.java 483 int surfaceWidth = mLayout.getWidth();
489 if (surfaceWidth * height < surfaceHeight * width) {
492 lp.width = surfaceWidth;
493 lp.height = surfaceWidth * height / width;
558 int surfaceWidth = getWindow().getDecorView().getWidth();
560 if (surfaceWidth * height < surfaceHeight * width) {
561 lp.width = surfaceWidth;
562 lp.height = surfaceWidth * height / width;
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
LocalPlayer.java 483 int surfaceWidth = mLayout.getWidth();
489 if (surfaceWidth * height < surfaceHeight * width) {
492 lp.width = surfaceWidth;
493 lp.height = surfaceWidth * height / width;
558 int surfaceWidth = getWindow().getDecorView().getWidth();
560 if (surfaceWidth * height < surfaceHeight * width) {
561 lp.width = surfaceWidth;
562 lp.height = surfaceWidth * height / width;
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
EglBase.java 121 public abstract int surfaceWidth();
EglBase10.java 193 public int surfaceWidth() {
EglBase14.java 137 public int surfaceWidth() {
SurfaceTextureHelper.java 250 if (eglBase.surfaceWidth() != stride/4 ||
SurfaceViewRenderer.java 481 if (eglBase.surfaceWidth() != surfaceSize.x || eglBase.surfaceHeight() != surfaceSize.y) {
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineReferenceRenderer.cpp 163 ReferenceRenderer::ReferenceRenderer(int surfaceWidth,
169 : m_surfaceWidth (surfaceWidth)
210 m_depthStencilBuffer.setStorage(m_depthStencilFormat, actualSamples, surfaceWidth, surfaceHeight);
218 m_depthStencilBuffer.setStorage(m_depthStencilFormat, actualSamples, surfaceWidth, surfaceHeight);
227 m_depthStencilBuffer.setStorage(m_depthStencilFormat, actualSamples, surfaceWidth, surfaceHeight);
vktPipelineReferenceRenderer.hpp 226 ReferenceRenderer (int surfaceWidth,
  /external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
SurfaceTextureHelperTest.java 134 assertEquals(eglOesBase.surfaceWidth(), width);
201 assertEquals(eglOesBase.surfaceWidth(), width);
381 assertEquals(eglBase.surfaceWidth(), width);
GlRectDrawerTest.java 235 assertEquals(eglBase.surfaceWidth(), width);
  /external/deqp/modules/egl/
teglGLES2SharedRenderingPerfTests.cpp 97 int surfaceWidth;
466 EGL_WIDTH, config.surfaceWidth,
1029 log << TestLog::Message << "Surface size: " << config.surfaceWidth << "x" << config.surfaceHeight << TestLog::EndMessage;
1114 basicConfig.surfaceWidth = 256;
    [all...]
  /external/deqp/external/openglcts/scripts/
mustpass.py 52 def __init__ (self, name, filters, glconfig = None, rotation = "unspecified", surfacetype = None, surfacewidth = None, surfaceheight = None, baseseed = None, fboconfig = None, required = False, runtime = None, os = "any"):
58 self.surfacewidth = surfacewidth
117 if config.surfacewidth != None:
118 cmdLine += "--deqp-surface-width=%s " % config.surfacewidth
324 TABLE_ELEM_PATTERN = "{apiType} {configName} {glConfigName} {screenRotation} {baseSeed} {fboConfig} {surfaceWidth} {surfaceHeight}"
341 pWidth = config.surfacewidth + ','
344 elemContent = TABLE_ELEM_PATTERN.format(apiType = pApiType, configName = pConfigName, glConfigName = pGLConfig, screenRotation = pRotation, baseSeed = pSeed, fboConfig = pFBOConfig, surfaceWidth = pWidth, surfaceHeight = pHeight)
  /cts/tests/framework/base/windowmanager/util/src/android/server/wm/
WindowManagerState.java 660 mSurfaceWidth = proto.surfaceWidth;
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 961 milliseconds