Searched refs:surfaceWidth (Results 1 - 23 of 23) sorted by relevance

/external/skia/src/gpu/
H A DGrSurfacePriv.h23 static bool AdjustReadPixelParams(int surfaceWidth,
29 static bool AdjustWritePixelParams(int surfaceWidth,
H A DGrSurface.cpp83 template<typename T> static bool adjust_params(int surfaceWidth, argument
94 SkIRect bounds = SkIRect::MakeWH(surfaceWidth, surfaceHeight);
109 bool GrSurfacePriv::AdjustReadPixelParams(int surfaceWidth, argument
115 return adjust_params<void>(surfaceWidth, surfaceHeight, bpp, left, top, width, height, data,
119 bool GrSurfacePriv::AdjustWritePixelParams(int surfaceWidth, argument
125 return adjust_params<const void>(surfaceWidth, surfaceHeight, bpp, left, top, width, height,
/external/skqp/src/gpu/
H A DGrSurfacePriv.h23 static bool AdjustReadPixelParams(int surfaceWidth,
29 static bool AdjustWritePixelParams(int surfaceWidth,
H A DGrSurface.cpp83 template<typename T> static bool adjust_params(int surfaceWidth, argument
94 SkIRect bounds = SkIRect::MakeWH(surfaceWidth, surfaceHeight);
109 bool GrSurfacePriv::AdjustReadPixelParams(int surfaceWidth, argument
115 return adjust_params<void>(surfaceWidth, surfaceHeight, bpp, left, top, width, height, data,
119 bool GrSurfacePriv::AdjustWritePixelParams(int surfaceWidth, argument
125 return adjust_params<const void>(surfaceWidth, surfaceHeight, bpp, left, top, width, height,
/external/deqp/external/openglcts/modules/runner/
H A DglcTestRunner.hpp53 int surfaceWidth; member in struct:glcts::RunParams
H A DglcTestRunner.cpp301 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;
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
H A DEglBase.java121 public abstract int surfaceWidth(); method in class:EglBase
H A DEglBase10.java193 public int surfaceWidth() { method in class:EglBase10
H A DEglBase14.java137 public int surfaceWidth() { method in class:EglBase14
H A DSurfaceTextureHelper.java250 if (eglBase.surfaceWidth() != stride/4 ||
H A DSurfaceViewRenderer.java481 if (eglBase.surfaceWidth() != surfaceSize.x || eglBase.surfaceHeight() != surfaceSize.y) {
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineReferenceRenderer.cpp163 ReferenceRenderer::ReferenceRenderer(int surfaceWidth, argument
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);
H A DvktPipelineReferenceRenderer.hpp226 ReferenceRenderer (int surfaceWidth,
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
H A DSurfaceTextureHelperTest.java134 assertEquals(eglOesBase.surfaceWidth(), width);
201 assertEquals(eglOesBase.surfaceWidth(), width);
381 assertEquals(eglBase.surfaceWidth(), width);
H A DGlRectDrawerTest.java235 assertEquals(eglBase.surfaceWidth(), width);
/external/deqp/external/openglcts/scripts/
H A Dmustpass.py324 TABLE_ELEM_PATTERN = "{apiType} {configName} {glConfigName} {screenRotation} {baseSeed} {fboConfig} {surfaceWidth} {surfaceHeight}"
344 elemContent = TABLE_ELEM_PATTERN.format(apiType = pApiType, configName = pConfigName, glConfigName = pGLConfig, screenRotation = pRotation, baseSeed = pSeed, fboConfig = pFBOConfig, surfaceWidth = pWidth, surfaceHeight = pHeight)
/external/deqp/modules/egl/
H A DteglGLES2SharedRenderingPerfTests.cpp97 int surfaceWidth; member in struct:deqp::egl::__anon4881::TestConfig
466 EGL_WIDTH, config.surfaceWidth,
1029 log << TestLog::Message << "Surface size: " << config.surfaceWidth << "x" << config.surfaceHeight << TestLog::EndMessage;
1114 basicConfig.surfaceWidth = 256;
/external/robolectric/v3/runtime/
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/ ...
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/ ...

Completed in 282 milliseconds