OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clearDepth
(Results
1 - 18
of
18
) sorted by null
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
ViewPort.java
76
protected boolean
clearDepth
= false, clearColor = false, clearStencil = false;
155
return
clearDepth
;
163
* @param
clearDepth
Enable/disable depth buffer clearing.
165
public void setClearDepth(boolean
clearDepth
) {
166
this.
clearDepth
=
clearDepth
;
226
this.
clearDepth
= depth;
/external/chromium_org/content/test/data/gpu/functional_files/
context.js
29
gl_context.
clearDepth
(1);
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
RenderPass.java
75
public void setClearDepth(float
clearDepth
) {
76
mClearDepth =
clearDepth
;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext3D.h
231
void
clearDepth
(GC3Dclampf depth);
GraphicsContext3D.cpp
319
DELEGATE_TO_WEBCONTEXT_1(
clearDepth
, GC3Dclampf)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBuffer.cpp
698
m_context->
clearDepth
(1.0f);
/external/chromium_org/third_party/WebKit/Source/web/tests/
MockWebGraphicsContext3D.h
93
virtual void
clearDepth
(WGC3Dclampf depth) { }
/external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h
237
virtual void
clearDepth
(WGC3Dclampf depth) = 0;
/external/chromium_org/cc/test/
fake_web_graphics_context_3d.h
133
virtual void
clearDepth
(blink::WGC3Dclampf depth) {}
/external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.h
166
virtual void
clearDepth
(WGC3Dclampf depth);
webgraphicscontext3d_command_buffer_impl.cc
619
DELEGATE_TO_GL_1(
clearDepth
, ClearDepthf, WGC3Dclampf)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.h
121
void
clearDepth
(GC3Dfloat);
[
all
...]
WebGLRenderingContext.idl
484
[StrictTypeChecking] void
clearDepth
(GLclampf depth);
[
all
...]
WebGLRenderingContext.cpp
831
m_context->
clearDepth
(1.0f);
866
m_context->
clearDepth
(m_clearDepth);
[
all
...]
/external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.h
113
virtual void
clearDepth
(WGC3Dclampf depth);
webgraphicscontext3d_in_process_command_buffer_impl.cc
494
DELEGATE_TO_GL_1(
clearDepth
, ClearDepthf, WGC3Dclampf)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptCanvasModuleSource.js
[
all
...]
/cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js
[
all
...]
Completed in 380 milliseconds