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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texobj.c 557 assert(baseImage->Width2 == baseImage->Height);
560 t->Image[face][baseLevel]->Width2 ==
563 t->Image[face][baseLevel]->Width2 != baseImage->Width2) {
589 width = baseImage->Width2;
623 if (img->Width2 != width) {
624 incomplete(t, MIPMAP, "TexImage[%d] bad width %u", i, img->Width2);
639 if (img->Width2 != t->Image[0][i]->Width2 ||
    [all...]
teximage.c 1112 img->Width2 = 0;
    [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/main/
texobj.c 557 assert(baseImage->Width2 == baseImage->Height);
560 t->Image[face][baseLevel]->Width2 ==
563 t->Image[face][baseLevel]->Width2 != baseImage->Width2) {
589 width = baseImage->Width2;
623 if (img->Width2 != width) {
624 incomplete(t, MIPMAP, "TexImage[%d] bad width %u", i, img->Width2);
639 if (img->Width2 != t->Image[0][i]->Width2 ||
    [all...]
teximage.c 1112 img->Width2 = 0;
    [all...]
mtypes.h     [all...]
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfType16HalftoneDictionary_autogen.cpp 71 int64_t SkPdfType16HalftoneDictionary::Width2(SkPdfNativeDoc* doc) {
72 SkPdfNativeObject* ret = get("Width2", "");
80 return get("Width2", "") != NULL;
SkPdfType16HalftoneDictionary_autogen.h     [all...]
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfType16HalftoneDictionary_autogen.cpp 71 int64_t SkPdfType16HalftoneDictionary::Width2(SkPdfNativeDoc* doc) {
72 SkPdfNativeObject* ret = get("Width2", "");
80 return get("Width2", "") != NULL;
SkPdfType16HalftoneDictionary_autogen.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texture.c 112 if ((texImage->Width == 1 || _mesa_is_pow_two(texImage->Width2)) &&
s_texfilter.c 853 const GLint width = img->Width2; /* without border, power of two */
878 const GLint width = img->Width2;
1120 const GLint width = img->Width2; /* without border, power of two *
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_texture.c 112 if ((texImage->Width == 1 || _mesa_is_pow_two(texImage->Width2)) &&
s_texfilter.c 853 const GLint width = img->Width2; /* without border, power of two */
878 const GLint width = img->Width2;
1120 const GLint width = img->Width2; /* without border, power of two *
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_fbo.c 432 rb->Width = texImage->Width2;
st_cb_texture.c 337 stImage->base.Width2,
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_fbo.c 432 rb->Width = texImage->Width2;
st_cb_texture.c 337 stImage->base.Width2,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
meta.c     [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c     [all...]

Completed in 813 milliseconds