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

  /frameworks/base/core/java/com/android/internal/view/menu/
MenuPopupHelper.java 248 private void showPopup(int xOffset, int yOffset, boolean useOffsets, boolean showTitle) {
252 if (useOffsets) {
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/view/menu/
MenuPopupHelper.java 262 private void showPopup(int xOffset, int yOffset, boolean useOffsets, boolean showTitle) {
266 if (useOffsets) {
  /external/icu/icu4c/source/extra/uconv/
uconv.cpp 618 UBool useOffsets = TRUE;
689 useOffsets = FALSE;
773 buf + rd, useOffsets ? fromoffsets : NULL, flush, &err);
845 if (useOffsets) {
902 if (useOffsets) {
958 if (useOffsets) {
    [all...]
  /frameworks/base/core/java/android/widget/
Gallery.java     [all...]
AbsListView.java     [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_emit_gm107.cpp     [all...]
nv50_ir_lowering_nvc0.cpp 859 !i->tex.useOffsets || !i->tex.target.isMS());
862 if (i->tex.useOffsets) {
870 if (i->tex.useOffsets == 4 && i->srcExists(s + 1))
878 for (n = 0; n < i->tex.useOffsets; n++) {
895 assert(i->tex.useOffsets == 1);
    [all...]
nv50_ir_lowering_nv50.cpp 812 assert(i->tex.useOffsets <= 1);
813 if (i->tex.useOffsets) {
    [all...]
nv50_ir.h 1017 int8_t useOffsets; // 0, 1, or 4 for textureGatherOffsets
    [all...]
nv50_ir_emit_gk110.cpp 1328 if (i->tex.useOffsets == 1) {
1335 if (i->tex.useOffsets == 4)
    [all...]
nv50_ir.cpp 938 for (int n = 0; n < tex->tex.useOffsets; ++n)
nv50_ir_from_tgsi.cpp     [all...]
nv50_ir_emit_nvc0.cpp     [all...]
nv50_ir_ra.cpp     [all...]
nv50_ir_emit_nv50.cpp     [all...]

Completed in 4405 milliseconds