Home
last modified time | relevance | path

Searched refs:surfaceHeight (Results 1 – 18 of 18) sorted by relevance

/external/skqp/src/gpu/
DGrSurface.cpp95 int surfaceHeight, in adjust_params() argument
105 SkIRect bounds = SkIRect::MakeWH(surfaceWidth, surfaceHeight); in adjust_params()
121 int surfaceHeight, in AdjustReadPixelParams() argument
126 return adjust_params<void>(surfaceWidth, surfaceHeight, bpp, left, top, width, height, data, in AdjustReadPixelParams()
131 int surfaceHeight, in AdjustWritePixelParams() argument
136 return adjust_params<const void>(surfaceWidth, surfaceHeight, bpp, left, top, width, height, in AdjustWritePixelParams()
DGrSurfacePriv.h24 int surfaceHeight,
30 int surfaceHeight,
/external/skia/src/gpu/
DGrSurface.cpp95 int surfaceHeight, in adjust_params() argument
105 SkIRect bounds = SkIRect::MakeWH(surfaceWidth, surfaceHeight); in adjust_params()
121 int surfaceHeight, in AdjustReadPixelParams() argument
126 return adjust_params<void>(surfaceWidth, surfaceHeight, bpp, left, top, width, height, data, in AdjustReadPixelParams()
131 int surfaceHeight, in AdjustWritePixelParams() argument
136 return adjust_params<const void>(surfaceWidth, surfaceHeight, bpp, left, top, width, height, in AdjustWritePixelParams()
DGrSurfacePriv.h24 int surfaceHeight,
30 int surfaceHeight,
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineReferenceRenderer.cpp164 int surfaceHeight, in ReferenceRenderer() argument
170 , m_surfaceHeight (surfaceHeight) in ReferenceRenderer()
210 … m_depthStencilBuffer.setStorage(m_depthStencilFormat, actualSamples, surfaceWidth, surfaceHeight); in ReferenceRenderer()
218 … m_depthStencilBuffer.setStorage(m_depthStencilFormat, actualSamples, surfaceWidth, surfaceHeight); in ReferenceRenderer()
227 … m_depthStencilBuffer.setStorage(m_depthStencilFormat, actualSamples, surfaceWidth, surfaceHeight); in ReferenceRenderer()
DvktPipelineReferenceRenderer.hpp227 int surfaceHeight,
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
DSurfaceTextureHelperTest.java135 assertEquals(eglOesBase.surfaceHeight(), height); in testThreeConstantColorFrames()
202 assertEquals(eglOesBase.surfaceHeight(), height); in testLateReturnFrame()
382 assertEquals(eglBase.surfaceHeight(), height); in testTexturetoYUV()
DGlRectDrawerTest.java236 assertEquals(eglBase.surfaceHeight(), height);
/external/deqp/external/openglcts/modules/runner/
DglcTestRunner.cpp302 const int height = aosp_mustpass_egl_first_cfg[i].surfaceHeight; in getTestRunsForAOSPEGL()
348 const int height = aosp_mustpass_es_first_cfg[i].surfaceHeight; in getTestRunsForAOSPES()
381 const int height = runParams[i].surfaceHeight; in getTestRunsForNoContext()
428 const int height = runParams[runNdx].surfaceHeight; in getTestRunsForES()
474 const int height = runParams[runNdx].surfaceHeight; in getTestRunsForGL()
DglcTestRunner.hpp54 int surfaceHeight; member
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DEglBase.java123 public abstract int surfaceHeight(); in surfaceHeight() method in EglBase
DEglBase14.java144 public int surfaceHeight() { in surfaceHeight() method in EglBase14
DEglBase10.java200 public int surfaceHeight() { in surfaceHeight() method in EglBase10
DSurfaceTextureHelper.java251 eglBase.surfaceHeight() != total_height){
DSurfaceViewRenderer.java481 if (eglBase.surfaceWidth() != surfaceSize.x || eglBase.surfaceHeight() != surfaceSize.y) { in renderFrameOnRenderThread()
/external/deqp/modules/egl/
DteglGLES2SharedRenderingPerfTests.cpp98 int surfaceHeight; member
467 EGL_HEIGHT, config.surfaceHeight, in createEGLSurface()
1029 …log << TestLog::Message << "Surface size: " << config.surfaceWidth << "x" << config.surfaceHeight in logTestConfig()
1115 basicConfig.surfaceHeight = 256; in init()
/external/deqp/external/openglcts/scripts/
Dmustpass.py344 …Rotation, baseSeed = pSeed, fboConfig = pFBOConfig, surfaceWidth = pWidth, surfaceHeight = pHeight)
/external/mesa3d/docs/specs/OLD/
DEGL_MESA_screen_surface.txt454 [0, surfaceWidth - screenWidth] and [0, surfaceHeight - screenHeight],