OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:colordepth
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/angle/samples/gles2_book/Common/Win32/
esUtil_TGA.c
42
unsigned char
ColorDepth
,
84
if ( Header.
ColorDepth
== 24 )
/external/chromium_org/third_party/WebKit/Source/core/frame/
Screen.h
48
unsigned
colorDepth
() const;
Screen.idl
33
readonly attribute unsigned long
colorDepth
;
Screen.cpp
69
unsigned Screen::
colorDepth
() const
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/
SettingsDialog.java
501
String
colorDepth
= (String) colorDepthCombo.getSelectedItem();
502
if (
colorDepth
== null) {
503
colorDepth
= source.getBitsPerPixel() + " bpp";
513
colorDepthCombo.setSelectedItem(
colorDepth
);
/external/chromium_org/components/autofill/content/browser/risk/proto/
fingerprint.proto
110
// The color depth of the user's screen (obtained from screen.
colorDepth
/frameworks/native/opengl/libs/EGL/
eglApi.cpp
465
EGLint
colorDepth
= r + g + b;
466
if (
colorDepth
<= 16) {
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
svga_reg.h
308
uint32
colorDepth
: 8;
[
all
...]
/external/mesa3d/src/gallium/drivers/svga/include/
svga_reg.h
308
uint32
colorDepth
: 8;
[
all
...]
/external/chromium_org/third_party/WebKit/ManualTests/
WebKitSite.webarchive
[
all
...]
Completed in 414 milliseconds