HomeSort by relevance Sort by last modified time
    Searched full:polygon_offset_fill (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/gpu/command_buffer/client/
client_context_state_autogen.h 21 bool polygon_offset_fill; member in struct:EnableFlags
client_context_state_impl_autogen.h 20 polygon_offset_fill(false),
57 if (enable_flags.polygon_offset_fill != enabled) {
59 enable_flags.polygon_offset_fill = enabled;
105 *enabled = enable_flags.polygon_offset_fill;
  /external/chromium_org/gpu/command_buffer/service/
context_state_autogen.h 25 bool polygon_offset_fill; member in struct:EnableFlags
context_state_impl_autogen.h 24 polygon_offset_fill(false),
318 return enable_flags.polygon_offset_fill;
626 params[0] = static_cast<GLint>(enable_flags.polygon_offset_fill);
951 params[0] = static_cast<GLfloat>(enable_flags.polygon_offset_fill);
    [all...]
gles2_cmd_decoder_autogen.h     [all...]
  /external/deqp/modules/gles2/functional/
es2fPolygonOffsetTests.cpp 393 log << TestLog::Message << "Draw bottom-right. Color = White.\tState: PolygonOffset(0, -2), POLYGON_OFFSET_FILL disabled." << TestLog::EndMessage;
402 log << TestLog::Message << "Draw bottom-right. Color = Red.\tState: PolygonOffset(0, -1), POLYGON_OFFSET_FILL enabled." << TestLog::EndMessage;
518 log << TestLog::Message << "POLYGON_OFFSET_FILL enabled." << TestLog::EndMessage;
636 log << TestLog::Message << "POLYGON_OFFSET_FILL enabled." << TestLog::EndMessage;
784 log << TestLog::Message << "POLYGON_OFFSET_FILL enabled." << TestLog::EndMessage;
897 log << TestLog::Message << "POLYGON_OFFSET_FILL enabled." << TestLog::EndMessage;
    [all...]
es2fBooleanStateQueryTests.cpp 576 { "polygon_offset_fill", "POLYGON_OFFSET_FILL", GL_POLYGON_OFFSET_FILL, false},
  /external/deqp/modules/gles3/functional/
es3fPolygonOffsetTests.cpp 396 log << TestLog::Message << "Draw bottom-right. Color = White.\tState: PolygonOffset(0, -2), POLYGON_OFFSET_FILL disabled." << TestLog::EndMessage;
405 log << TestLog::Message << "Draw bottom-right. Color = Red.\tState: PolygonOffset(0, -1), POLYGON_OFFSET_FILL enabled." << TestLog::EndMessage;
521 log << TestLog::Message << "POLYGON_OFFSET_FILL enabled." << TestLog::EndMessage;
639 log << TestLog::Message << "POLYGON_OFFSET_FILL enabled." << TestLog::EndMessage;
787 log << TestLog::Message << "POLYGON_OFFSET_FILL enabled." << TestLog::EndMessage;
900 log << TestLog::Message << "POLYGON_OFFSET_FILL enabled." << TestLog::EndMessage;
    [all...]
es3fBooleanStateQueryTests.cpp 771 { "polygon_offset_fill", "POLYGON_OFFSET_FILL", GL_POLYGON_OFFSET_FILL, false},
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLStateType.java 74 POLYGON_OFFSET_FILL("Polygon Offset Enable"),
GLState.java 153 IGLProperty polyOffsetFill = new GLBooleanProperty(GLStateType.POLYGON_OFFSET_FILL,
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.idl 157 const GLenum POLYGON_OFFSET_FILL = 0x8037;
214 /* POLYGON_OFFSET_FILL */
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptCanvasModuleSource.js     [all...]
  /external/chromium_org/gpu/command_buffer/
build_gles2_cmd_buffer.py 78 {'name': 'polygon_offset_fill'},
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gl_API.xml     [all...]