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

  /external/skia/src/gpu/
GrSurfacePriv.h 24 int surfaceHeight,
30 int surfaceHeight,
GrSurface.cpp 95 int surfaceHeight,
105 SkIRect bounds = SkIRect::MakeWH(surfaceWidth, surfaceHeight);
121 int surfaceHeight,
126 return adjust_params<void>(surfaceWidth, surfaceHeight, bpp, left, top, width, height, data,
131 int surfaceHeight,
136 return adjust_params<const void>(surfaceWidth, surfaceHeight, bpp, left, top, width, height,
  /external/skqp/src/gpu/
GrSurfacePriv.h 24 int surfaceHeight,
30 int surfaceHeight,
GrSurface.cpp 95 int surfaceHeight,
105 SkIRect bounds = SkIRect::MakeWH(surfaceWidth, surfaceHeight);
121 int surfaceHeight,
126 return adjust_params<void>(surfaceWidth, surfaceHeight, bpp, left, top, width, height, data,
131 int surfaceHeight,
136 return adjust_params<const void>(surfaceWidth, surfaceHeight, bpp, left, top, width, height,
  /external/deqp/external/openglcts/modules/runner/
glcTestRunner.hpp 54 int surfaceHeight;
glcTestRunner.cpp 302 const int height = aosp_mustpass_egl_first_cfg[i].surfaceHeight;
348 const int height = aosp_mustpass_es_first_cfg[i].surfaceHeight;
381 const int height = runParams[i].surfaceHeight;
428 const int height = runParams[runNdx].surfaceHeight;
474 const int height = runParams[runNdx].surfaceHeight;
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
LocalPlayer.java 484 int surfaceHeight = mLayout.getHeight();
489 if (surfaceWidth * height < surfaceHeight * width) {
497 lp.width = surfaceHeight * width / height;
498 lp.height = surfaceHeight;
557 int surfaceHeight = getWindow().getDecorView().getHeight();
560 if (surfaceWidth * height < surfaceHeight * width) {
564 lp.width = surfaceHeight * width / height;
565 lp.height = surfaceHeight;
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
LocalPlayer.java 484 int surfaceHeight = mLayout.getHeight();
489 if (surfaceWidth * height < surfaceHeight * width) {
497 lp.width = surfaceHeight * width / height;
498 lp.height = surfaceHeight;
557 int surfaceHeight = getWindow().getDecorView().getHeight();
560 if (surfaceWidth * height < surfaceHeight * width) {
564 lp.width = surfaceHeight * width / height;
565 lp.height = surfaceHeight;
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
LocalPlayer.java 484 int surfaceHeight = mLayout.getHeight();
489 if (surfaceWidth * height < surfaceHeight * width) {
497 lp.width = surfaceHeight * width / height;
498 lp.height = surfaceHeight;
557 int surfaceHeight = getWindow().getDecorView().getHeight();
560 if (surfaceWidth * height < surfaceHeight * width) {
564 lp.width = surfaceHeight * width / height;
565 lp.height = surfaceHeight;
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
EglBase.java 123 public abstract int surfaceHeight();
EglBase10.java 200 public int surfaceHeight() {
EglBase14.java 144 public int surfaceHeight() {
SurfaceTextureHelper.java 251 eglBase.surfaceHeight() != total_height){
SurfaceViewRenderer.java 481 if (eglBase.surfaceWidth() != surfaceSize.x || eglBase.surfaceHeight() != surfaceSize.y) {
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineReferenceRenderer.cpp 164 int surfaceHeight,
170 , m_surfaceHeight (surfaceHeight)
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 227 int surfaceHeight,
  /external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
SurfaceTextureHelperTest.java 135 assertEquals(eglOesBase.surfaceHeight(), height);
202 assertEquals(eglOesBase.surfaceHeight(), height);
382 assertEquals(eglBase.surfaceHeight(), height);
GlRectDrawerTest.java 236 assertEquals(eglBase.surfaceHeight(), height);
  /external/deqp/modules/egl/
teglGLES2SharedRenderingPerfTests.cpp 98 int surfaceHeight;
467 EGL_HEIGHT, config.surfaceHeight,
1029 log << TestLog::Message << "Surface size: " << config.surfaceWidth << "x" << config.surfaceHeight << TestLog::EndMessage;
1115 basicConfig.surfaceHeight = 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"):
59 self.surfaceheight = surfaceheight
120 if config.surfaceheight != None:
121 cmdLine += "--deqp-surface-height=%s " % config.surfaceheight
324 TABLE_ELEM_PATTERN = "{apiType} {configName} {glConfigName} {screenRotation} {baseSeed} {fboConfig} {surfaceWidth} {surfaceHeight}"
342 pHeight = config.surfaceheight
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 661 mSurfaceHeight = proto.surfaceHeight;
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 917 milliseconds