OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rendering
(Results
651 - 675
of
3185
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/mesa3d/docs/
relnotes-6.5.3.html
57
<li>GL_MAX_DRAWBUFFERS is now 4 (software
rendering
) so
73
<li>Fixed a number of bugs that prevented "depth-peeling"
rendering
from working.
80
rendering
is now cast in the form of vertex buffer objects.
/external/mesa3d/src/gallium/drivers/softpipe/
sp_query.c
197
* Called by
rendering
function to check
rendering
is conditional.
198
* \return TRUE if we should render, FALSE if we should skip
rendering
/external/mesa3d/src/glx/apple/
apple_visual.c
84
("offscreen
rendering
enabled. Using kCGLPFAOffScreen\n");
92
("Software
rendering
requested. Using kCGLRendererGenericFloatID.\n");
98
("Software
rendering
is not being excluded. Not using kCGLPFAAccelerated.\n");
/external/replicaisland/
README.TXT
24
MainLoop.java is the head of the game graph that describes the Replica Island runtime. Anything managed by MainLoop will be polled once per frame, and children of MainLoop may themselves have children which will be polled. GameObjects are a specific type of game graph node that only contain GameComponents as children. GameComponents implement individual features (collision detection, animation,
rendering
, etc) of individual game entities. GameObjects are generally parented to GameObjectManager, which activates and deactivates its children based on their proximity to the camera. GameObjectManager is a child of MainLoop.
26
The last step in the GameThread is the
rendering
step.
Rendering
does not occur in the game thread. Instead, render commands are queued up by the game thread and then handed to a separate render thread at a synchronization point. The render thread is mostly implemented in GameRenderer.java, which is run by GLSurfaceView.java.
/frameworks/av/libvideoeditor/lvpp/
NativeWindowRenderer.h
30
// an ANativeWindow. It can apply "
rendering
mode" and color effects to
31
// the frames. "
Rendering
mode" is the option to do resizing, cropping,
109
// It's calculated according the the
rendering
mode and the source and
/frameworks/base/core/java/android/view/
HardwareLayer.java
161
* @param currentCanvas The canvas whose
rendering
needs to be interrupted
169
* @param currentCanvas The canvas whose
rendering
needs to be interrupted
176
* @param currentCanvas The canvas whose
rendering
needs to be resumed
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Typeface_Delegate.java
19
import com.android.ide.common.
rendering
.api.LayoutLog;
116
// There won't be any
rendering
before this happens anyway.
136
// There won't be any
rendering
before this happens anyway.
/frameworks/native/opengl/specs/
EGL_ANDROID_recordable.txt
43
rendering
to an ANativeWindow that records images to a video.
125
space conversion when
rendering
the frame as well as a YUV -> RGB
132
this config for normal window
rendering
would not have any added cost.
/cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java
46
* displaying OpenGL
rendering
.
54
* <li>Accepts a user-provided Renderer object that does the actual
rendering
.
55
* <li>Renders on a dedicated thread to decouple
rendering
performance from the
57
* <li>Supports both on-demand and continuous
rendering
.
96
* A given Android device may support multiple EGLConfig
rendering
configurations.
117
* responsible for doing the actual OpenGL
rendering
.
119
* <h3>
Rendering
Mode</h3>
122
* {@link #setRenderMode}. The default is continuous
rendering
.
128
* pause and resume the
rendering
thread, and also allow GLSurfaceView to release and recreate
136
* that's running in the
rendering
thread. You can do this using an
[
all
...]
/frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java
42
* displaying OpenGL
rendering
.
50
* <li>Accepts a user-provided Renderer object that does the actual
rendering
.
51
* <li>Renders on a dedicated thread to decouple
rendering
performance from the
53
* <li>Supports both on-demand and continuous
rendering
.
92
* A given Android device may support multiple EGLConfig
rendering
configurations.
113
* responsible for doing the actual OpenGL
rendering
.
115
* <h3>
Rendering
Mode</h3>
118
* {@link #setRenderMode}. The default is continuous
rendering
.
124
* pause and resume the
rendering
thread, and also allow GLSurfaceView to release and recreate
132
* that's running in the
rendering
thread. You can do this using an
[
all
...]
/development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNIView.java
51
* OpenGL ES 2.0
rendering
into a GL Surface. Note the following important
54
* - The class must use a custom context factory to enable 2.0
rendering
.
92
/* Setup the context factory for 2.0
rendering
.
106
/* Set the renderer responsible for frame
rendering
*/
144
/* This EGL config specification is used to specify 2.0
rendering
.
/external/chromium_org/media/cast/framer/
cast_message_builder_unittest.cc
156
frame_id_map_.RemoveOldFrames(5); // Simulate 5 being pulled for
rendering
.
250
frame_id_map_.RemoveOldFrames(5); // Simulate 5 being pulled for
rendering
.
416
frame_id_map_.RemoveOldFrames(3); // Simulate 3 being pulled for
rendering
.
449
frame_id_map_.RemoveOldFrames(3); // Simulate 3 being pulled for
rendering
.
501
// Simulate frame_id being pulled for
rendering
.
/external/chromium_org/third_party/WebKit/Source/core/rendering/
FixedTableLayout.cpp
23
#include "core/
rendering
/FixedTableLayout.h"
25
#include "core/
rendering
/RenderTable.h"
26
#include "core/
rendering
/RenderTableCell.h"
27
#include "core/
rendering
/RenderTableCol.h"
28
#include "core/
rendering
/RenderTableSection.h"
InlineBox.cpp
21
#include "core/
rendering
/InlineBox.h"
23
#include "core/
rendering
/InlineFlowBox.h"
24
#include "core/
rendering
/PaintInfo.h"
25
#include "core/
rendering
/RenderBlockFlow.h"
26
#include "core/
rendering
/RootInlineBox.h"
RenderLayerRepainter.cpp
45
#include "core/
rendering
/RenderLayerRepainter.h"
47
#include "core/
rendering
/CompositedLayerMapping.h"
48
#include "core/
rendering
/FilterEffectRenderer.h"
49
#include "core/
rendering
/RenderLayer.h"
50
#include "core/
rendering
/RenderView.h"
RenderRubyRun.cpp
33
#include "core/
rendering
/RenderRubyRun.h"
35
#include "core/
rendering
/LayoutRectRecorder.h"
36
#include "core/
rendering
/RenderRubyBase.h"
37
#include "core/
rendering
/RenderRubyText.h"
38
#include "core/
rendering
/RenderText.h"
RenderLineBoxList.cpp
30
#include "core/
rendering
/RenderLineBoxList.h"
32
#include "core/
rendering
/HitTestResult.h"
33
#include "core/
rendering
/InlineTextBox.h"
34
#include "core/
rendering
/PaintInfo.h"
35
#include "core/
rendering
/RenderInline.h"
36
#include "core/
rendering
/RenderView.h"
37
#include "core/
rendering
/RootInlineBox.h"
RenderThemeChromiumSkia.cpp
25
#include "core/
rendering
/RenderThemeChromiumSkia.h"
28
#include "core/
rendering
/PaintInfo.h"
29
#include "core/
rendering
/RenderBox.h"
30
#include "core/
rendering
/RenderMediaControls.h"
31
#include "core/
rendering
/RenderObject.h"
32
#include "core/
rendering
/RenderProgress.h"
33
#include "core/
rendering
/RenderThemeChromiumFontProvider.h"
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
Shape.cpp
31
#include "core/
rendering
/shapes/Shape.h"
34
#include "core/
rendering
/shapes/BoxShape.h"
35
#include "core/
rendering
/shapes/PolygonShape.h"
36
#include "core/
rendering
/shapes/RasterShape.h"
37
#include "core/
rendering
/shapes/RectangleShape.h"
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_common_context.h
155
* for software fallback
rendering
.
195
/* Minimum LOD to be used during
rendering
*/
197
/* Miximum LOD to be used during
rendering
*/
437
* Set if
rendering
has occured to the drawable's front buffer.
445
* Track whether front-buffer
rendering
is currently enabled
/external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common_context.h
155
* for software fallback
rendering
.
195
/* Minimum LOD to be used during
rendering
*/
197
/* Miximum LOD to be used during
rendering
*/
437
* Set if
rendering
has occured to the drawable's front buffer.
445
* Track whether front-buffer
rendering
is currently enabled
/external/skia/tools/
PictureRenderingFlags.cpp
40
"simple: Simple
rendering
.\n"
57
"If > 1, requires tiled
rendering
.");
58
DEFINE_bool(pipe, false, "Use SkGPipe
rendering
. Currently incompatible with \"mode\".");
213
error.printf("Pipe
rendering
is currently not compatible with tiling.\n"
219
error.printf("Multithreaded drawing requires tiled
rendering
.\n");
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PreviewIconFactory.java
27
import com.android.ide.common.
rendering
.LayoutLibrary;
28
import com.android.ide.common.
rendering
.api.Capability;
29
import com.android.ide.common.
rendering
.api.RenderSession;
30
import com.android.ide.common.
rendering
.api.ResourceValue;
31
import com.android.ide.common.
rendering
.api.SessionParams.RenderingMode;
32
import com.android.ide.common.
rendering
.api.StyleResourceValue;
33
import com.android.ide.common.
rendering
.api.ViewInfo;
116
* could be computed. The
rendering
parameters (SDK, theme etc) correspond to those
140
* Partition the elements in the document according to their
rendering
preferences;
285
// Fallback for older platforms where we couldn't do background
rendering
[
all
...]
/external/chromium_org/android_webview/renderer/
print_web_view_helper.h
228
// Page Printing /
Rendering
------------------------------------------------
253
// Platform specific helper function for
rendering
page(s) to |metafile|.
394
//
rendering
took.
444
RENDERING
, //
Rendering
.
445
DONE // Finished
rendering
.
448
// Reset some of the internal
rendering
context.
/external/chromium_org/chrome/renderer/printing/
print_web_view_helper.h
226
// Page Printing /
Rendering
------------------------------------------------
251
// Platform specific helper function for
rendering
page(s) to |metafile|.
392
//
rendering
took.
442
RENDERING
, //
Rendering
.
443
DONE // Finished
rendering
.
446
// Reset some of the internal
rendering
context.
Completed in 422 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>