HomeSort by relevance Sort by last modified time
    Searched refs:s3d (Results 1 - 4 of 4) sorted by null

  /external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/
p2.cpp 39 constexpr S3 s3d; // expected-error {{default initialization of an object of const type 'const S3' without a user-provided default constructor}} variable
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_layers.cpp 451 DLOGW("Invalid S3D format %d", s3d_format);
504 uint32_t s3d = 0; local
505 if (getMetaData(handle, GET_S3D_FORMAT, &s3d) == 0) {
506 layer_buffer->s3d_format = GetS3DFormat(s3d);
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_layers.cpp 638 DLOGW("Invalid S3D format %d", s3d_format);
671 uint32_t s3d = 0; local
673 if (getMetaData(handle, GET_S3D_FORMAT, &s3d) == 0) {
674 s3d_format = GetS3DFormat(s3d);
  /hardware/qcom/display/sdm845/sdm/libs/hwc2/
hwc_layers.cpp 531 DLOGW("Invalid S3D format %d", s3d_format);
574 uint32_t s3d = 0; local
575 if (getMetaData(handle, GET_S3D_FORMAT, &s3d) == 0) {
576 layer_buffer->s3d_format = GetS3DFormat(s3d);

Completed in 350 milliseconds