Searched defs:surfaceHeight (Results 1 - 12 of 12) sorted by relevance

/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
H A DEglBase.java123 public abstract int surfaceHeight(); method in class:EglBase
H A DEglBase10.java200 public int surfaceHeight() { method in class:EglBase10
H A DEglBase14.java144 public int surfaceHeight() { method in class:EglBase14
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineReferenceRenderer.cpp164 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);
163 ReferenceRenderer(int surfaceWidth, int surfaceHeight, int numSamples, const tcu::TextureFormat& colorFormat, const tcu::TextureFormat& depthStencilFormat, const rr::Program* const program) argument
/external/skia/src/gpu/
H A DGrSurface.cpp94 int surfaceHeight,
104 SkIRect bounds = SkIRect::MakeWH(surfaceWidth, surfaceHeight);
120 int surfaceHeight,
125 return adjust_params<void>(surfaceWidth, surfaceHeight, bpp, left, top, width, height, data,
130 int surfaceHeight,
135 return adjust_params<const void>(surfaceWidth, surfaceHeight, bpp, left, top, width, height,
93 adjust_params(int surfaceWidth, int surfaceHeight, size_t bpp, int* left, int* top, int* width, int* height, T** data, size_t* rowBytes) argument
119 AdjustReadPixelParams(int surfaceWidth, int surfaceHeight, size_t bpp, int* left, int* top, int* width, int* height, void** data, size_t* rowBytes) argument
129 AdjustWritePixelParams(int surfaceWidth, int surfaceHeight, size_t bpp, int* left, int* top, int* width, int* height, const void** data, size_t* rowBytes) argument
/external/deqp/modules/egl/
H A DteglGLES2SharedRenderingPerfTests.cpp98 int surfaceHeight; member in struct:deqp::egl::__anon4230::TestConfig
467 EGL_HEIGHT, config.surfaceHeight,
1025 log << TestLog::Message << "Surface size: " << config.surfaceWidth << "x" << config.surfaceHeight << TestLog::EndMessage;
1111 basicConfig.surfaceHeight = 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 131 milliseconds