OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:colorDepth
(Results
1 - 4
of
4
) sorted by null
/external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
AnimatedGifEncoder.java
66
private int
colorDepth
; // number of bit planes
332
colorDepth
= 8;
511
LZWEncoder encoder = new LZWEncoder(width, height, indexedPixels,
colorDepth
);
/external/mesa3d/src/gallium/drivers/svga/include/
svga_reg.h
308
uint32
colorDepth
: 8;
[
all
...]
/frameworks/native/opengl/libs/EGL/
eglApi.cpp
488
EGLint
colorDepth
= r + g + b;
489
if (
colorDepth
<= 16) {
[
all
...]
/prebuilts/tools/common/m2/repository/tightvnc/
tightvnc.jar
Completed in 3593 milliseconds