HomeSort by relevance Sort by last modified time
    Searched refs:Perform (Results 26 - 50 of 237) sorted by null

12 3 4 5 6 7 8 910

  /hardware/qcom/display/msm8909/sdm/libs/core/drm/
hw_device_drm.cpp 327 drm_atomic_intf_->Perform(DRMOps::CRTC_SET_MODE, token_.crtc_id, &current_mode_);
329 drm_atomic_intf_->Perform(DRMOps::CRTC_SET_OUTPUT_FENCE_OFFSET, token_.crtc_id, 1);
332 // drm_atomic_intf_->Perform(DRMOps::CRTC_SET_ACTIVE, token_.crtc_id, 1);
618 drm_atomic_intf_->Perform(DRMOps::PLANE_SET_ALPHA, pipe_id, layer.plane_alpha);
619 drm_atomic_intf_->Perform(DRMOps::PLANE_SET_ZORDER, pipe_id, pipe_info->z_order);
622 drm_atomic_intf_->Perform(DRMOps::PLANE_SET_BLEND_TYPE, pipe_id, blending);
625 drm_atomic_intf_->Perform(DRMOps::PLANE_SET_SRC_RECT, pipe_id, src);
628 drm_atomic_intf_->Perform(DRMOps::PLANE_SET_DST_RECT, pipe_id, dst);
641 drm_atomic_intf_->Perform(DRMOps::PLANE_SET_ROTATION, pipe_id, rot_bit_mask);
642 drm_atomic_intf_->Perform(DRMOps::PLANE_SET_H_DECIMATION, pipe_id
    [all...]
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/
hw_device_drm.cpp 322 drm_atomic_intf_->Perform(DRMOps::CRTC_SET_MODE, token_.crtc_id, &current_mode_);
324 drm_atomic_intf_->Perform(DRMOps::CRTC_SET_OUTPUT_FENCE_OFFSET, token_.crtc_id, 1);
327 // drm_atomic_intf_->Perform(DRMOps::CRTC_SET_ACTIVE, token_.crtc_id, 1);
613 drm_atomic_intf_->Perform(DRMOps::PLANE_SET_ALPHA, pipe_id, layer.plane_alpha);
614 drm_atomic_intf_->Perform(DRMOps::PLANE_SET_ZORDER, pipe_id, pipe_info->z_order);
617 drm_atomic_intf_->Perform(DRMOps::PLANE_SET_BLEND_TYPE, pipe_id, blending);
620 drm_atomic_intf_->Perform(DRMOps::PLANE_SET_SRC_RECT, pipe_id, src);
623 drm_atomic_intf_->Perform(DRMOps::PLANE_SET_DST_RECT, pipe_id, dst);
636 drm_atomic_intf_->Perform(DRMOps::PLANE_SET_ROTATION, pipe_id, rot_bit_mask);
637 drm_atomic_intf_->Perform(DRMOps::PLANE_SET_H_DECIMATION, pipe_id
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/core/drm/
hw_device_drm.cpp 105 drm_atomic_intf_->Perform(DRMOps::CRTC_SET_MODE, token_.crtc_id, &current_mode_);
107 drm_atomic_intf_->Perform(DRMOps::CRTC_SET_OUTPUT_FENCE_OFFSET, token_.crtc_id, 1);
110 // drm_atomic_intf_->Perform(DRMOps::CRTC_SET_ACTIVE, token_.crtc_id, 1);
397 drm_atomic_intf_->Perform(DRMOps::PLANE_SET_FB_ID, pipe_id, 0);
398 drm_atomic_intf_->Perform(DRMOps::PLANE_SET_CRTC, pipe_id, 0);
401 drm_atomic_intf_->Perform(DRMOps::PLANE_SET_ALPHA, pipe_id, layer.plane_alpha);
402 drm_atomic_intf_->Perform(DRMOps::PLANE_SET_ZORDER, pipe_id, pipe_info->z_order);
405 drm_atomic_intf_->Perform(DRMOps::PLANE_SET_BLEND_TYPE, pipe_id, blending);
408 drm_atomic_intf_->Perform(DRMOps::PLANE_SET_SRC_RECT, pipe_id, src);
411 drm_atomic_intf_->Perform(DRMOps::PLANE_SET_DST_RECT, pipe_id, dst)
    [all...]
  /external/libavc/common/arm/
ih264_intra_pred_luma_4x4_a9q.s 62 @* Perform Intra prediction for luma_4x4 mode:vertical
65 @* Perform Intra prediction for luma_4x4 mode:vertical ,described in sec 8.3.1.2.1
135 @* Perform Intra prediction for luma_4x4 mode:horizontal
138 @* Perform Intra prediction for luma_4x4 mode:horizontal ,described in sec 8.3.1.2.2
217 @* Perform Intra prediction for luma_4x4 mode:DC
220 @* Perform Intra prediction for luma_4x4 mode:DC ,described in sec 8.3.1.2.3
356 @* Perform Intra prediction for luma_4x4 mode:Diagonal_Down_Left
359 @* Perform Intra prediction for luma_4x4 mode:Diagonal_Down_Left ,described in sec 8.3.1.2.4
438 @* Perform Intra prediction for luma_4x4 mode:Diagonal_Down_Right
441 @* Perform Intra prediction for luma_4x4 mode:Diagonal_Down_Right ,described in sec 8.3.1.2.
    [all...]
ih264_intra_pred_luma_8x8_a9q.s 70 @* Perform Reference sample filtering process for Intra_8x8 sample prediction ,described in sec 8.3.2.2.1
152 @* Perform Intra prediction for luma_8x8 mode:vertical
155 @* Perform Intra prediction for luma_8x8 mode:vertical ,described in sec 8.3.2.2.2
225 @* Perform Intra prediction for luma_8x8 mode:horizontal
228 @* Perform Intra prediction for luma_8x8 mode:horizontal ,described in sec 8.3.2.2.2
305 @* Perform Intra prediction for luma_8x8 mode:DC
308 @* Perform Intra prediction for luma_8x8 mode:DC ,described in sec 8.3.2.2.3
416 @* Perform Intra prediction for luma_8x8 mode:Diagonal_Down_Left
419 @* Perform Intra prediction for luma_8x8 mode:Diagonal_Down_Left ,described in sec 8.3.2.2.4
509 @* Perform Intra prediction for luma_8x8 mode:Diagonal_Down_Righ
    [all...]
ih264_intra_pred_luma_16x16_a9q.s 66 @* Perform Intra prediction for luma_16x16 mode:vertical
69 @* Perform Intra prediction for luma_16x16 mode:Vertical ,described in sec 8.3.3.1
147 @* Perform Intra prediction for luma_16x16 mode:horizontal
150 @* Perform Intra prediction for luma_16x16 mode:horizontal ,described in sec 8.3.3.2
225 @* Perform Intra prediction for luma_16x16 mode:DC
228 @* Perform Intra prediction for luma_16x16 mode:DC ,described in sec 8.3.3.3
349 @* Perform Intra prediction for luma_16x16 mode:PLANE
352 @* Perform Intra prediction for luma_16x16 mode:PLANE ,described in sec 8.3.3.4
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue16331.go 7 // Perform tracebackdefers with a deferred reflection method.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue16331.go 7 // Perform tracebackdefers with a deferred reflection method.
  /external/webrtc/webrtc/modules/audio_coding/test/
TestAllCodecs.h 57 void Perform() override;
TestStereo.h 68 void Perform() override;
APITest.h 37 void Perform();
  /hardware/qcom/display/msm8909/sdm/include/private/
resource_interface.h 70 virtual DisplayError Perform(int cmd, ...) = 0;
  /hardware/qcom/display/msm8909/sdm/libs/hwc/
hwc_display_external_test.h 44 virtual int Perform(uint32_t operation, ...);
hwc_display_primary.h 43 virtual int Perform(uint32_t operation, ...);
  /hardware/qcom/display/msm8909w_3100/sdm/include/private/
resource_interface.h 70 virtual DisplayError Perform(int cmd, ...) = 0;
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
hwc_display_external_test.h 44 virtual int Perform(uint32_t operation, ...);
hwc_display_primary.h 43 virtual int Perform(uint32_t operation, ...);
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display_primary.h 50 virtual int Perform(uint32_t operation, ...);
  /hardware/qcom/display/msm8998/sdm/include/private/
resource_interface.h 69 virtual DisplayError Perform(int cmd, ...) = 0;
  /external/google-breakpad/src/testing/include/gmock/
gmock-more-actions.h 60 Result Perform(const ArgumentTuple& args) {
78 Result Perform(const ArgumentTuple& args) const {
113 // non-empty argument list to perform inner_action, which takes no
  /external/googletest/googlemock/include/gmock/
gmock-more-actions.h 60 Result Perform(const ArgumentTuple& args) {
78 Result Perform(const ArgumentTuple& args) const {
130 // non-empty argument list to perform inner_action, which takes no
  /external/mesa3d/include/HaikuGL/
GLView.h 70 virtual status_t Perform(perform_code d, void *arg);
152 virtual status_t Perform(perform_code code, void *arg);
  /external/v8/testing/gmock/include/gmock/
gmock-more-actions.h 60 Result Perform(const ArgumentTuple& args) {
78 Result Perform(const ArgumentTuple& args) const {
130 // non-empty argument list to perform inner_action, which takes no
  /external/curl/projects/
build-openssl.bat 208 rem Perform the build
231 rem Perform the build
261 rem Perform the build
284 rem Perform the build
323 echo x86 - Perform a 32-bit build
324 echo x64 - Perform a 64-bit build
328 echo debug - Perform a debug build
329 echo release - Perform a release build
build-wolfssl.bat 153 rem Perform 64-bit Debug Build
164 rem Perform 64-bit Release Build
182 rem Perform 32-bit Debug Build
193 rem Perform 32-bit Release Build
306 echo x86 - Perform a 32-bit build
307 echo x64 - Perform a 64-bit build
311 echo debug - Perform a debug build
312 echo release - Perform a release build

Completed in 1339 milliseconds

12 3 4 5 6 7 8 910