HomeSort by relevance Sort by last modified time
    Searched refs:disp (Results 126 - 150 of 307) sorted by null

1 2 3 4 56 7 8 91011>>

  /hardware/intel/img/hwcomposer/common/planes/
DisplayPlane.cpp 25 DisplayPlane::DisplayPlane(int index, int type, int disp)
29 mDevice(disp),
341 bool DisplayPlane::assignToDevice(int disp)
344 ALOGTRACE("disp = %d", disp);
346 mDevice = disp;
355 mForceScaling = DisplayQuery::forceFbScaling(disp);
356 drm->getDisplayResolution(disp, mDisplayWidth, mDisplayHeight);
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc.cpp 718 int hwc_getDisplayConfigs(struct hwc_composer_device_1* dev, int disp,
722 disp = getDpyforExternalDisplay(ctx, disp);
725 switch(disp) {
736 if(ctx->dpyAttr[disp].connected) {
748 int hwc_getDisplayAttributes(struct hwc_composer_device_1* dev, int disp,
752 disp = getDpyforExternalDisplay(ctx, disp);
754 if( (disp != HWC_DISPLAY_PRIMARY) && !ctx->dpyAttr[disp].connected)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
pixel.c 654 _mesa_init_pixel_dispatch(struct _glapi_table *disp)
656 SET_GetPixelMapfv(disp, _mesa_GetPixelMapfv);
657 SET_GetPixelMapuiv(disp, _mesa_GetPixelMapuiv);
658 SET_GetPixelMapusv(disp, _mesa_GetPixelMapusv);
659 SET_PixelMapfv(disp, _mesa_PixelMapfv);
660 SET_PixelMapuiv(disp, _mesa_PixelMapuiv);
661 SET_PixelMapusv(disp, _mesa_PixelMapusv);
662 SET_PixelTransferf(disp, _mesa_PixelTransferf);
663 SET_PixelTransferi(disp, _mesa_PixelTransferi);
664 SET_PixelZoom(disp, _mesa_PixelZoom)
    [all...]
transformfeedback.c 289 _mesa_init_transform_feedback_dispatch(struct _glapi_table *disp)
292 SET_BeginTransformFeedbackEXT(disp, _mesa_BeginTransformFeedback);
293 SET_EndTransformFeedbackEXT(disp, _mesa_EndTransformFeedback);
294 SET_BindBufferOffsetEXT(disp, _mesa_BindBufferOffsetEXT);
295 SET_TransformFeedbackVaryingsEXT(disp, _mesa_TransformFeedbackVaryings);
296 SET_GetTransformFeedbackVaryingEXT(disp, _mesa_GetTransformFeedbackVarying);
298 SET_BindTransformFeedback(disp, _mesa_BindTransformFeedback);
299 SET_DeleteTransformFeedbacks(disp, _mesa_DeleteTransformFeedbacks);
300 SET_GenTransformFeedbacks(disp, _mesa_GenTransformFeedbacks);
301 SET_IsTransformFeedback(disp, _mesa_IsTransformFeedback)
    [all...]
drawpix.c 376 _mesa_init_drawpix_dispatch(struct _glapi_table *disp)
378 SET_Bitmap(disp, _mesa_Bitmap);
379 SET_CopyPixels(disp, _mesa_CopyPixels);
380 SET_DrawPixels(disp, _mesa_DrawPixels);
samplerobj.h 80 _mesa_init_sampler_object_dispatch(struct _glapi_table *disp);
  /external/chromium_org/v8/src/ia32/
assembler-ia32-inl.h 495 void Assembler::disp_at_put(Label* L, Displacement disp) {
496 long_at_put(L->pos(), disp.data());
501 Displacement disp(L, type);
503 emit(static_cast<int>(disp.data()));
508 byte disp = 0x00; local
512 disp = static_cast<byte>(offset & 0xFF);
515 *pc_++ = disp;
536 void Operand::set_disp8(int8_t disp) {
538 *reinterpret_cast<int8_t*>(&buf_[len_++]) = disp;
542 void Operand::set_dispr(int32_t disp, RelocInfo::Mode rmode)
    [all...]
  /external/chromium_org/v8/src/x87/
assembler-x87-inl.h 496 void Assembler::disp_at_put(Label* L, Displacement disp) {
497 long_at_put(L->pos(), disp.data());
502 Displacement disp(L, type);
504 emit(static_cast<int>(disp.data()));
509 byte disp = 0x00; local
513 disp = static_cast<byte>(offset & 0xFF);
516 *pc_++ = disp;
537 void Operand::set_disp8(int8_t disp) {
539 *reinterpret_cast<int8_t*>(&buf_[len_++]) = disp;
543 void Operand::set_dispr(int32_t disp, RelocInfo::Mode rmode)
    [all...]
  /external/mesa3d/src/mesa/main/
pixel.c 654 _mesa_init_pixel_dispatch(struct _glapi_table *disp)
656 SET_GetPixelMapfv(disp, _mesa_GetPixelMapfv);
657 SET_GetPixelMapuiv(disp, _mesa_GetPixelMapuiv);
658 SET_GetPixelMapusv(disp, _mesa_GetPixelMapusv);
659 SET_PixelMapfv(disp, _mesa_PixelMapfv);
660 SET_PixelMapuiv(disp, _mesa_PixelMapuiv);
661 SET_PixelMapusv(disp, _mesa_PixelMapusv);
662 SET_PixelTransferf(disp, _mesa_PixelTransferf);
663 SET_PixelTransferi(disp, _mesa_PixelTransferi);
664 SET_PixelZoom(disp, _mesa_PixelZoom)
    [all...]
transformfeedback.c 289 _mesa_init_transform_feedback_dispatch(struct _glapi_table *disp)
292 SET_BeginTransformFeedbackEXT(disp, _mesa_BeginTransformFeedback);
293 SET_EndTransformFeedbackEXT(disp, _mesa_EndTransformFeedback);
294 SET_BindBufferOffsetEXT(disp, _mesa_BindBufferOffsetEXT);
295 SET_TransformFeedbackVaryingsEXT(disp, _mesa_TransformFeedbackVaryings);
296 SET_GetTransformFeedbackVaryingEXT(disp, _mesa_GetTransformFeedbackVarying);
298 SET_BindTransformFeedback(disp, _mesa_BindTransformFeedback);
299 SET_DeleteTransformFeedbacks(disp, _mesa_DeleteTransformFeedbacks);
300 SET_GenTransformFeedbacks(disp, _mesa_GenTransformFeedbacks);
301 SET_IsTransformFeedback(disp, _mesa_IsTransformFeedback)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglmode.c 52 _eglLookupMode(EGLModeMESA mode, _EGLDisplay *disp)
56 if (!disp || !disp->Screens)
60 for (scrnum = 0; scrnum < disp->Screens->Size; scrnum++) {
61 const _EGLScreen *scrn = disp->Screens->Elements[scrnum];
eglapi.h 114 typedef EGLBoolean (*SwapBuffersRegionNOK_t)(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *surf, EGLint numRects, const EGLint *rects);
118 typedef _EGLImage *(*CreateDRMImageMESA_t)(_EGLDriver *drv, _EGLDisplay *disp, const EGLint *attr_list);
119 typedef EGLBoolean (*ExportDRMImageMESA_t)(_EGLDriver *drv, _EGLDisplay *disp, _EGLImage *img, EGLint *name, EGLint *handle, EGLint *stride);
124 typedef EGLBoolean (*BindWaylandDisplayWL_t)(_EGLDriver *drv, _EGLDisplay *disp, struct wl_display *display);
125 typedef EGLBoolean (*UnbindWaylandDisplayWL_t)(_EGLDriver *drv, _EGLDisplay *disp, struct wl_display *display);
129 typedef EGLBoolean (*PostSubBufferNV_t)(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *surface, EGLint x, EGLint y, EGLint width, EGLint height);
egldisplay.c 322 _eglCleanupDisplay(_EGLDisplay *disp)
324 if (disp->Configs) {
325 _eglDestroyArray(disp->Configs, free);
326 disp->Configs = NULL;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86bc.c 163 if (yasm_value_finalize(&x86_ea->ea.disp, precbc))
184 yasm_value_initialize(&x86_ea->ea.disp, NULL, 0);
245 yasm_value_initialize(&x86_ea->ea.disp, e, 0);
265 yasm_value_initialize(&x86_ea->ea.disp, imm, im_len);
372 yasm_value_delete(&ea->disp);
381 yasm_value_print(&ea->disp, f, indent_level+1);
542 if (x86_ea->ea.disp.size == 0 && x86_ea->ea.need_nonzero_len) {
546 x86_ea->ea.disp.size = 8;
547 add_span(add_span_data, bc, 1, &x86_ea->ea.disp, -128, 127);
549 bc->len += x86_ea->ea.disp.size/8
    [all...]
  /external/elfutils/0.153/src/
arlib.c 159 off_t disp = 0; local
161 disp = symtab.symsofflen + symtab.symsnamelen;
163 disp += symtab.longnameslen;
165 if (disp != 0 && symtab.symsoff != NULL)
172 val += disp;
  /external/mesa3d/src/egl/main/
eglmode.c 52 _eglLookupMode(EGLModeMESA mode, _EGLDisplay *disp)
56 if (!disp || !disp->Screens)
60 for (scrnum = 0; scrnum < disp->Screens->Size; scrnum++) {
61 const _EGLScreen *scrn = disp->Screens->Elements[scrnum];
eglapi.h 114 typedef EGLBoolean (*SwapBuffersRegionNOK_t)(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *surf, EGLint numRects, const EGLint *rects);
118 typedef _EGLImage *(*CreateDRMImageMESA_t)(_EGLDriver *drv, _EGLDisplay *disp, const EGLint *attr_list);
119 typedef EGLBoolean (*ExportDRMImageMESA_t)(_EGLDriver *drv, _EGLDisplay *disp, _EGLImage *img, EGLint *name, EGLint *handle, EGLint *stride);
124 typedef EGLBoolean (*BindWaylandDisplayWL_t)(_EGLDriver *drv, _EGLDisplay *disp, struct wl_display *display);
125 typedef EGLBoolean (*UnbindWaylandDisplayWL_t)(_EGLDriver *drv, _EGLDisplay *disp, struct wl_display *display);
129 typedef EGLBoolean (*PostSubBufferNV_t)(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *surface, EGLint x, EGLint y, EGLint width, EGLint height);
egldisplay.c 322 _eglCleanupDisplay(_EGLDisplay *disp)
324 if (disp->Configs) {
325 _eglDestroyArray(disp->Configs, free);
326 disp->Configs = NULL;
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc.cpp 733 int hwc_getDisplayConfigs(struct hwc_composer_device_1* dev, int disp,
737 disp = getDpyforExternalDisplay(ctx, disp);
740 switch(disp) {
751 if(ctx->dpyAttr[disp].connected) {
763 int hwc_getDisplayAttributes(struct hwc_composer_device_1* dev, int disp,
767 disp = getDpyforExternalDisplay(ctx, disp);
769 if( (disp != HWC_DISPLAY_PRIMARY) && !ctx->dpyAttr[disp].connected)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
sm4_dump.cpp 96 if(op.indices[i].disp)
97 out << '+' << op.indices[i].disp;
100 out << op.indices[i].disp;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
sm4_dump.cpp 96 if(op.indices[i].disp)
97 out << '+' << op.indices[i].disp;
100 out << op.indices[i].disp;
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnEN.java 828 SpannableStringBuilder disp = mDisplayText; local
829 disp.clear();
830 disp.insert(0, mComposingText.toString(layer));
834 if (disp.length() != 0) {
835 if (cursor > 0 && cursor < disp.length()) {
836 disp.setSpan(SPAN_EXACT_BGCOLOR_HL, 0, cursor,
839 if (cursor < disp.length()) {
840 mDisplayText.setSpan(SPAN_REMAIN_BGCOLOR_HL, cursor, disp.length(),
842 mDisplayText.setSpan(SPAN_TEXTCOLOR, 0, disp.length(),
846 disp.setSpan(SPAN_UNDERLINE, 0, disp.length()
    [all...]
  /external/valgrind/main/VEX/priv/
host_generic_reg_alloc2.c 102 /* Used when .disp == Bound and we are looking for vregs to
105 /* Optimisation: used when .disp == Bound. Indicates when the
115 disp; member in struct:__anon36512
116 /* If .disp == Bound, what vreg is it bound to? */
192 vassert(state[k].disp == Bound);
431 switch (rreg_state[z].disp) { \
472 rreg_state[j].disp = Free;
    [all...]
  /art/compiler/dex/quick/x86/
assemble_x86.cc 1528 int disp; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
sm4.h 255 int64_t disp; member in struct:sm4_op::__anon18801
261 return !indices[i].reg.get() && indices[i].disp >= 0 && (int64_t)(int32_t)indices[i].disp == indices[i].disp;

Completed in 915 milliseconds

1 2 3 4 56 7 8 91011>>