HomeSort by relevance Sort by last modified time
    Searched defs:Scissor (Results 1 - 11 of 11) sorted by null

  /frameworks/base/libs/hwui/renderstate/
Scissor.h 27 class Scissor {
37 Scissor();
Scissor.cpp 16 #include "renderstate/Scissor.h"
25 Scissor::Scissor()
33 bool Scissor::setEnabled(bool enabled) {
46 bool Scissor::set(GLint x, GLint y, GLint width, GLint height) {
76 void Scissor::set(int viewportHeight, const Rect& clip) {
96 void Scissor::reset() {
100 void Scissor::invalidate() {
106 void Scissor::dump() {
107 ALOGD("Scissor: enabled %d, %d %d %d %d"
    [all...]
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 66 /// SCISSOR. If LLVM were updated to read base types (which it probably
68 /// type anyway) then we could eliminate the SCISSOR.
80 enum InfoKind { VFPtr, VBPtr, Field, Base, VBase, Scissor } Kind;
477 // before the nvsize and set the scissor offset to that, instead of the
491 Members.push_back(MemberInfo(ScissorOffset, MemberInfo::Scissor, nullptr,
552 // Only members with data and the scissor can cut into tail padding.
553 if (!Member->Data && Member->Kind != MemberInfo::Scissor)
    [all...]
  /external/mesa3d/src/mesa/main/
attrib.c 49 #include "scissor.h"
114 GLbitfield Scissor;
369 attr->Scissor = ctx->Scissor.EnableFlags;
485 (void*)&ctx->Scissor))
674 if (ctx->Scissor.EnableFlags != enable->Scissor) {
678 _mesa_set_enablei(ctx, GL_SCISSOR_TEST, i, (enable->Scissor >> i) & 1);
1297 const struct gl_scissor_attrib *scissor; local
    [all...]
dd.h 595 /** Define the scissor box */
596 void (*Scissor)(struct gl_context *ctx);
    [all...]
mtypes.h 802 * Scissor attributes (GL_SCISSOR_BIT).
811 GLbitfield EnableFlags; /**< Scissor test enabled? */
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.h 120 struct gl_scissor_attrib Scissor;
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.cpp     [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
libGLESv2.cpp     [all...]
  /external/libmojo/mojo/gpu/
mojo_gles2_impl_autogen.cc 798 void MojoGLES2Impl::Scissor(GLint x, GLint y, GLsizei width, GLsizei height) {
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 226 void (GLAPIENTRY * Scissor)(GLint, GLint, GLsizei, GLsizei);

Completed in 277 milliseconds