HomeSort by relevance Sort by last modified time
    Searched full:scissor (Results 226 - 250 of 498) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_vtbl.c 138 /* update viewport/scissor since it depends on window size */
gen7_sf_state.c 246 if (ctx->Scissor.Enabled)
  /external/deqp/doc/
gles3-test-case-resolutions.txt 62 dEQP-GLES3.functional.fragment_ops.scissor.* 64x64 256x256
  /external/deqp/framework/opengl/simplereference/
sglrGLContext.cpp 217 // Update viewport and scissor if we updated draw framebuffer binding \note Not logged for clarity
222 m_context.getFunctions().scissor(m_curScissor.x()+offset.x(), m_curScissor.y()+offset.y(), m_curScissor.z(), m_curScissor.w());
483 void GLContext::scissor (int x, int y, int width, int height) function in class:sglr::GLContext
492 m_context.getFunctions().scissor(offset.x()+x, offset.y()+y, width, height);
  /external/deqp/framework/opengl/wrapper/
glwFunctions.inl 12 glScissorFunc scissor;
glwInitES20.inl 100 gl->scissor = (glScissorFunc) loader->get("glScissor");
  /external/deqp/modules/gles2/functional/
es2fNegativeFragmentApiTests.cpp 52 ES2F_ADD_API_CASE(scissor, "Invalid glScissor() usage",
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_private.h 465 boolean scissor,
  /external/mesa3d/src/gallium/drivers/i915/
i915_context.h 245 struct pipe_scissor_state scissor; member in struct:i915_context
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_state.c 237 SB_DATA (so, cso->scissor);
866 const struct pipe_scissor_state *scissor)
870 nv50->scissor = *scissor;
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_context.h 221 struct pipe_scissor_state scissor; member in struct:svga_state
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vtbl.c 138 /* update viewport/scissor since it depends on window size */
gen7_sf_state.c 246 if (ctx->Scissor.Enabled)
  /external/sepolicy/
README 132 editor and strip out anything outside the opening and closing scissor lines. Failure to do
  /frameworks/base/libs/hwui/
StatefulBaseRenderer.cpp 224 * the clipRect. Does not modify the scissor.
OpenGLRenderer.cpp 160 INIT_LOGD(" Scissor optimization %s",
163 INIT_LOGD(" Scissor optimization enabled");
383 // Scissor may have been modified, reset dirty clip
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_bitmap.c 467 /* rasterizer state: just scissor */
468 st->bitmap.rasterizer.scissor = ctx->Scissor.Enabled;
  /external/deqp/modules/gles3/functional/
es3fOcclusionQueryTests.cpp 329 log << tcu::TestLog::Message << "Scissor box drawn at "
449 addChild(new OcclusionQueryCase(m_context, "scissor", "scissor", 1, 10, 1.6f, 1, 1, 0.3f, GL_ANY_SAMPLES_PASSED, OCCLUDER_SCISSOR));
  /external/mesa3d/src/mesa/state_tracker/
st_cb_bitmap.c 467 /* rasterizer state: just scissor */
468 st->bitmap.rasterizer.scissor = ctx->Scissor.Enabled;
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp     [all...]
  /external/deqp/modules/gles3/performance/
es3pRedundantStateChangeTests.cpp 260 ADD_TESTCASE(scissor_test, "Enable/Disable scissor test.",
292 gl.scissor(2, 3, 12, 13);
769 ADD_TESTCASE(scissor, "Change scissor box.",
805 gl.scissor(17, 13, 5, 8);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
meta.c 58 #include "main/scissor.h"
129 struct gl_scissor_attrib Scissor;
611 save->Scissor = ctx->Scissor; /* struct copy */
929 _mesa_set_enable(ctx, GL_SCISSOR_TEST, save->Scissor.Enabled);
930 _mesa_Scissor(save->Scissor.X, save->Scissor.Y,
931 save->Scissor.Width, save->Scissor.Height);
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.cpp 1376 GrGLIRect scissor; local
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c 58 #include "main/scissor.h"
129 struct gl_scissor_attrib Scissor;
611 save->Scissor = ctx->Scissor; /* struct copy */
929 _mesa_set_enable(ctx, GL_SCISSOR_TEST, save->Scissor.Enabled);
930 _mesa_Scissor(save->Scissor.X, save->Scissor.Y,
931 save->Scissor.Width, save->Scissor.Height);
    [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.cpp 1376 GrGLIRect scissor; local
    [all...]

Completed in 689 milliseconds

1 2 3 4 5 6 7 8 91011>>