HomeSort by relevance Sort by last modified time
    Searched full:srclevel (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_texture.c 371 struct pipe_resource *src, GLuint srcLevel,
380 if (u_minify(src->width0, srcLevel) != width ||
381 u_minify(src->height0, srcLevel) != height ||
382 u_minify(src->depth0, srcLevel) != depth) {
410 srcLevel,
st_gen_mipmap.c 217 const uint srcLevel = dstLevel - 1;
219 = _mesa_get_tex_image(ctx, texObj, target, srcLevel);
st_texture.h 212 struct pipe_resource *src, GLuint srcLevel,
  /external/mesa3d/src/mesa/state_tracker/
st_texture.c 371 struct pipe_resource *src, GLuint srcLevel,
380 if (u_minify(src->width0, srcLevel) != width ||
381 u_minify(src->height0, srcLevel) != height ||
382 u_minify(src->depth0, srcLevel) != depth) {
410 srcLevel,
st_gen_mipmap.c 217 const uint srcLevel = dstLevel - 1;
219 = _mesa_get_tex_image(ctx, texObj, target, srcLevel);
st_texture.h 212 struct pipe_resource *src, GLuint srcLevel,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_gen_mipmap.c     [all...]
u_blitter.c     [all...]
u_blitter.h 254 unsigned srclevel);
  /external/mesa3d/src/gallium/auxiliary/util/
u_gen_mipmap.c     [all...]
u_blitter.c     [all...]
u_blitter.h 254 unsigned srclevel);
  /frameworks/av/media/libstagefright/wifi-display/
VideoFormats.cpp 537 LevelType srcLevel, sinkLevel;
540 &srcProfile, &srcLevel);
545 *chosenLevel = srcLevel < sinkLevel ? srcLevel : sinkLevel;
  /external/chromium_org/third_party/mesa/src/docs/
relnotes-7.8.2.html 137 <li>Don't set srcLevel on <code>GL_TEXTURE_RECTANGLE_ARB</code> targets.</li>
relnotes-7.11.html 168 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=34463">Bug 34463</a> - state_tracker/st_texture.c:370:st_texture_image_copy: Assertion `u_minify(src-&gt;width0, srcLevel) == width' failed.</li>
  /external/mesa3d/docs/
relnotes-7.8.2.html 137 <li>Don't set srcLevel on <code>GL_TEXTURE_RECTANGLE_ARB</code> targets.</li>
relnotes-7.11.html 168 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=34463">Bug 34463</a> - state_tracker/st_texture.c:370:st_texture_image_copy: Assertion `u_minify(src-&gt;width0, srcLevel) == width' failed.</li>
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
meta.c     [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c     [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
glxext.h     [all...]
wglext.h     [all...]
  /external/mesa3d/include/GL/
glxext.h     [all...]
wglext.h     [all...]
  /sdk/emulator/opengl/host/libs/Translator/include/GL/
wglext.h     [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 714 unsigned SrcLevel = LI->getLoopDepth(SrcBlock);
718 SrcLevels = SrcLevel;
719 MaxLevels = SrcLevel + DstLevel;
720 while (SrcLevel > DstLevel) {
722 SrcLevel--;
724 while (DstLevel > SrcLevel) {
731 SrcLevel--;
733 CommonLevels = SrcLevel;
    [all...]

Completed in 1538 milliseconds

1 2