HomeSort by relevance Sort by last modified time
    Searched full:surfacewidth (Results 1 - 25 of 43) sorted by null

1 2

  /external/deqp/external/openglcts/scripts/
build_mustpass.py 103 surfacewidth = "256", variable
112 surfacewidth = "256", variable
120 surfacewidth = "256", variable
127 surfacewidth = "256", variable
134 surfacewidth = "256", variable
141 surfacewidth = "256", variable
150 surfacewidth = "256", variable
160 surfacewidth = "256", variable
171 surfacewidth = "256", variable
178 surfacewidth = "256" variable
185 surfacewidth = "256", variable
192 surfacewidth = "256", variable
199 surfacewidth = "256", variable
208 surfacewidth = "256", variable
216 surfacewidth = "256", variable
232 surfacewidth = "256", variable
249 surfacewidth = "256", variable
266 surfacewidth = "256", variable
273 surfacewidth = "256", variable
280 surfacewidth = "256", variable
287 surfacewidth = "256", variable
294 surfacewidth = "256", variable
303 surfacewidth = "256", variable
311 surfacewidth = "256", variable
330 surfacewidth = "256", variable
338 surfacewidth = "256", variable
345 surfacewidth = "256", variable
352 surfacewidth = "256", variable
359 surfacewidth = "256", variable
368 surfacewidth = "256", variable
378 surfacewidth = "256", variable
392 surfacewidth = "64", variable
397 surfacewidth = "113", variable
402 surfacewidth = "64", variable
408 surfacewidth = "-1", variable
418 surfacewidth = "64", variable
423 surfacewidth = "113", variable
439 surfacewidth = "256", variable
453 surfacewidth = "256", variable
468 surfacewidth = "256", variable
475 surfacewidth = "256", variable
482 surfacewidth = "256", variable
489 surfacewidth = "256", variable
496 surfacewidth = "256", variable
505 surfacewidth = "256", variable
513 surfacewidth = "256", variable
528 surfacewidth = "256", variable
536 surfacewidth = "256", variable
543 surfacewidth = "256", variable
550 surfacewidth = "256", variable
557 surfacewidth = "256", variable
566 surfacewidth = "256", variable
574 surfacewidth = "256", variable
582 surfacewidth = "64", variable
591 surfacewidth = "64", variable
600 surfacewidth = "64", variable
605 surfacewidth = "113", variable
610 surfacewidth = "64", variable
616 surfacewidth = "-1", variable
622 surfacewidth = "64", variable
627 surfacewidth = "113", variable
636 surfacewidth = "64", variable
645 surfacewidth = "64", variable
654 surfacewidth = "64", variable
659 surfacewidth = "113", variable
668 surfacewidth = "64", variable
677 surfacewidth = "64", variable
686 surfacewidth = "64", variable
691 surfacewidth = "113", variable
696 surfacewidth = "64", variable
702 surfacewidth = "-1", variable
712 surfacewidth = "64", variable
721 surfacewidth = "64", variable
729 surfacewidth = "64", variable
734 surfacewidth = "113", variable
743 surfacewidth = "64", variable
752 surfacewidth = "64", variable
761 surfacewidth = "64", variable
766 surfacewidth = "113", variable
771 surfacewidth = "64", variable
777 surfacewidth = "-1", variable
787 surfacewidth = "64", variable
796 surfacewidth = "64", variable
805 surfacewidth = "64", variable
810 surfacewidth = "113", variable
819 surfacewidth = "64", variable
824 surfacewidth = "113", variable
829 surfacewidth = "64", variable
835 surfacewidth = "-1", variable
845 surfacewidth = "64", variable
850 surfacewidth = "113", variable
859 surfacewidth = "64", variable
868 surfacewidth = "64", variable
1021 surfacewidth = "64", variable
1030 surfacewidth = "64", variable
    [all...]
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"):
58 self.surfacewidth = surfacewidth
117 if config.surfacewidth != None:
118 cmdLine += "--deqp-surface-width=%s " % config.surfacewidth
324 TABLE_ELEM_PATTERN = "{apiType} {configName} {glConfigName} {screenRotation} {baseSeed} {fboConfig} {surfaceWidth} {surfaceHeight}"
341 pWidth = config.surfacewidth + ','
344 elemContent = TABLE_ELEM_PATTERN.format(apiType = pApiType, configName = pConfigName, glConfigName = pGLConfig, screenRotation = pRotation, baseSeed = pSeed, fboConfig = pFBOConfig, surfaceWidth = pWidth, surfaceHeight = pHeight)
  /external/skia/src/gpu/
GrSurfacePriv.h 23 static bool AdjustReadPixelParams(int surfaceWidth,
29 static bool AdjustWritePixelParams(int surfaceWidth,
GrSurface.cpp 83 template<typename T> static bool adjust_params(int surfaceWidth,
94 SkIRect bounds = SkIRect::MakeWH(surfaceWidth, surfaceHeight);
109 bool GrSurfacePriv::AdjustReadPixelParams(int surfaceWidth,
115 return adjust_params<void>(surfaceWidth, surfaceHeight, bpp, left, top, width, height, data,
119 bool GrSurfacePriv::AdjustWritePixelParams(int surfaceWidth,
125 return adjust_params<const void>(surfaceWidth, surfaceHeight, bpp, left, top, width, height,
  /external/skqp/src/gpu/
GrSurfacePriv.h 23 static bool AdjustReadPixelParams(int surfaceWidth,
29 static bool AdjustWritePixelParams(int surfaceWidth,
GrSurface.cpp 83 template<typename T> static bool adjust_params(int surfaceWidth,
94 SkIRect bounds = SkIRect::MakeWH(surfaceWidth, surfaceHeight);
109 bool GrSurfacePriv::AdjustReadPixelParams(int surfaceWidth,
115 return adjust_params<void>(surfaceWidth, surfaceHeight, bpp, left, top, width, height, data,
119 bool GrSurfacePriv::AdjustWritePixelParams(int surfaceWidth,
125 return adjust_params<const void>(surfaceWidth, surfaceHeight, bpp, left, top, width, height,
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
Renderer.h 37 int SurfaceWidth() const { return mSurfaceWidth; }
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
LocalPlayer.java 483 int surfaceWidth = mLayout.getWidth();
489 if (surfaceWidth * height < surfaceHeight * width) {
492 lp.width = surfaceWidth;
493 lp.height = surfaceWidth * height / width;
558 int surfaceWidth = getWindow().getDecorView().getWidth();
560 if (surfaceWidth * height < surfaceHeight * width) {
561 lp.width = surfaceWidth;
562 lp.height = surfaceWidth * height / width;
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
LocalPlayer.java 483 int surfaceWidth = mLayout.getWidth();
489 if (surfaceWidth * height < surfaceHeight * width) {
492 lp.width = surfaceWidth;
493 lp.height = surfaceWidth * height / width;
558 int surfaceWidth = getWindow().getDecorView().getWidth();
560 if (surfaceWidth * height < surfaceHeight * width) {
561 lp.width = surfaceWidth;
562 lp.height = surfaceWidth * height / width;
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
LocalPlayer.java 483 int surfaceWidth = mLayout.getWidth();
489 if (surfaceWidth * height < surfaceHeight * width) {
492 lp.width = surfaceWidth;
493 lp.height = surfaceWidth * height / width;
558 int surfaceWidth = getWindow().getDecorView().getWidth();
560 if (surfaceWidth * height < surfaceHeight * width) {
561 lp.width = surfaceWidth;
562 lp.height = surfaceWidth * height / width;
  /frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/media/
LocalPlayer.java 496 int surfaceWidth = mLayout.getWidth();
502 if (surfaceWidth * height < surfaceHeight * width) {
505 lp.width = surfaceWidth;
506 lp.height = surfaceWidth * height / width;
579 int surfaceWidth = getWindow().getDecorView().getWidth();
581 if (surfaceWidth * height < surfaceHeight * width) {
582 lp.width = surfaceWidth;
583 lp.height = surfaceWidth * height / width;
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineReferenceRenderer.cpp 163 ReferenceRenderer::ReferenceRenderer(int surfaceWidth,
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);
vktPipelineReferenceRenderer.hpp 226 ReferenceRenderer (int surfaceWidth,
  /frameworks/base/libs/input/
SpriteController.h 184 surfaceWidth(0), surfaceHeight(0), surfaceDrawn(false), surfaceVisible(false) {
198 int32_t surfaceWidth;
240 mLocked.state.surfaceWidth = width;
SpriteController.cpp 139 update.state.surfaceWidth = update.state.icon.bitmap.width();
144 update.state.surfaceWidth, update.state.surfaceHeight);
160 if (update.state.surfaceWidth < desiredWidth
166 update.state.surfaceWidth = desiredWidth;
308 update.state.surfaceWidth, update.state.surfaceHeight,
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderBase.cpp 136 mVideoFormatInfo.surfaceWidth = buffer->graphicBufferWidth;
166 mVideoFormatInfo.surfaceWidth = buffer->graphicBufferWidth;
804 if (mStoreMetaData || (!mStoreMetaData && (mVideoFormatInfo.surfaceWidth < mVideoFormatInfo.width || mVideoFormatInfo.surfaceHeight < mVideoFormatInfo.height))) {
914 mVASurfaceAttrib->width = mVideoFormatInfo.surfaceWidth;
948 mVideoFormatInfo.surfaceWidth,
965 mVideoFormatInfo.surfaceWidth = mVideoFormatInfo.width;
974 mVideoFormatInfo.surfaceWidth,
992 mVideoFormatInfo.surfaceWidth,
1002 mVideoFormatInfo.surfaceWidth,
    [all...]
VideoDecoderDefs.h 208 uint32_t surfaceWidth;
  /external/deqp/external/openglcts/modules/runner/
glcTestRunner.hpp 53 int surfaceWidth;
glcTestRunner.cpp 301 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;
  /frameworks/base/libs/hwui/pipeline/skia/
SkiaPipeline.cpp 167 const int surfaceWidth = ceilf(node->getWidth() / float(LAYER_SIZE)) * LAYER_SIZE;
171 if (!layer || layer->width() != surfaceWidth || layer->height() != surfaceHeight) {
174 info = SkImageInfo::Make(surfaceWidth, surfaceHeight, kRGBA_F16_SkColorType,
177 info = SkImageInfo::MakeN32Premul(surfaceWidth, surfaceHeight);
  /frameworks/rs/
rsProgramVertex.cpp 219 float surfaceWidth = (float)rsc->getCurrentSurfaceWidth();
223 m.loadOrtho(0, surfaceWidth, surfaceHeight, 0, -1, 1);
  /external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
SurfaceTextureHelperTest.java 134 assertEquals(eglOesBase.surfaceWidth(), width);
201 assertEquals(eglOesBase.surfaceWidth(), width);
381 assertEquals(eglBase.surfaceWidth(), width);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 159 int surfaceWidth = Math.max(displayInfo.logicalWidth, mBackgroundWidth);
165 surfaceHolder.setFixedSize(surfaceWidth, surfaceHeight);
166 mLastRequestedWidth = surfaceWidth;
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
EglBase.java 121 public abstract int surfaceWidth();
EglBase10.java 193 public int surfaceWidth() {

Completed in 834 milliseconds

1 2