/external/skqp/src/gpu/ |
D | GrSurface.cpp | 95 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()
|
D | GrSurfacePriv.h | 24 int surfaceHeight, 30 int surfaceHeight,
|
/external/skia/src/gpu/ |
D | GrSurface.cpp | 95 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()
|
D | GrSurfacePriv.h | 24 int surfaceHeight, 30 int surfaceHeight,
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineReferenceRenderer.cpp | 164 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()
|
D | vktPipelineReferenceRenderer.hpp | 227 int surfaceHeight,
|
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/ |
D | SurfaceTextureHelperTest.java | 135 assertEquals(eglOesBase.surfaceHeight(), height); in testThreeConstantColorFrames() 202 assertEquals(eglOesBase.surfaceHeight(), height); in testLateReturnFrame() 382 assertEquals(eglBase.surfaceHeight(), height); in testTexturetoYUV()
|
D | GlRectDrawerTest.java | 236 assertEquals(eglBase.surfaceHeight(), height);
|
/external/deqp/external/openglcts/modules/runner/ |
D | glcTestRunner.cpp | 302 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()
|
D | glcTestRunner.hpp | 54 int surfaceHeight; member
|
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
D | EglBase.java | 123 public abstract int surfaceHeight(); in surfaceHeight() method in EglBase
|
D | EglBase14.java | 144 public int surfaceHeight() { in surfaceHeight() method in EglBase14
|
D | EglBase10.java | 200 public int surfaceHeight() { in surfaceHeight() method in EglBase10
|
D | SurfaceTextureHelper.java | 251 eglBase.surfaceHeight() != total_height){
|
D | SurfaceViewRenderer.java | 481 if (eglBase.surfaceWidth() != surfaceSize.x || eglBase.surfaceHeight() != surfaceSize.y) { in renderFrameOnRenderThread()
|
/external/deqp/modules/egl/ |
D | teglGLES2SharedRenderingPerfTests.cpp | 98 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/ |
D | mustpass.py | 344 …Rotation, baseSeed = pSeed, fboConfig = pFBOConfig, surfaceWidth = pWidth, surfaceHeight = pHeight)
|
/external/mesa3d/docs/specs/OLD/ |
D | EGL_MESA_screen_surface.txt | 454 [0, surfaceWidth - screenWidth] and [0, surfaceHeight - screenHeight],
|