/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
texstore.c | 311 * \param srcDepth source image depth 322 GLint srcWidth, GLint srcHeight, GLint srcDepth, 357 tempImage = (GLfloat *) malloc(srcWidth * srcHeight * srcDepth 363 for (img = 0; img < srcDepth; img++) { 395 newImage = (GLfloat *) malloc(srcWidth * srcHeight * srcDepth 404 n = srcWidth * srcHeight * srcDepth; 434 GLint srcWidth, GLint srcHeight, GLint srcDepth, 466 tempImage = (GLuint *) malloc(srcWidth * srcHeight * srcDepth 472 for (img = 0; img < srcDepth; img++) { 504 newImage = (GLuint *) malloc(srcWidth * srcHeight * srcDepth [all...] |
texstore.h | 63 GLint srcWidth, GLint srcHeight, GLint srcDepth, \ 77 GLint srcWidth, GLint srcHeight, GLint srcDepth, 86 GLint srcWidth, GLint srcHeight, GLint srcDepth,
|
mipmap.h | 36 GLint srcWidth, GLint srcHeight, GLint srcDepth,
|
texcompress_rgtc.c | 108 srcWidth, srcHeight, srcDepth, 155 srcWidth, srcHeight, srcDepth, 203 srcWidth, srcHeight, srcDepth, 257 srcWidth, srcHeight, srcDepth,
|
texcompress_s3tc.c | 182 srcWidth, srcHeight, srcDepth, 235 srcWidth, srcHeight, srcDepth, 288 srcWidth, srcHeight, srcDepth, 340 srcWidth, srcHeight, srcDepth,
|
mipmap.c | [all...] |
/external/mesa3d/src/mesa/main/ |
texstore.c | 311 * \param srcDepth source image depth 322 GLint srcWidth, GLint srcHeight, GLint srcDepth, 357 tempImage = (GLfloat *) malloc(srcWidth * srcHeight * srcDepth 363 for (img = 0; img < srcDepth; img++) { 395 newImage = (GLfloat *) malloc(srcWidth * srcHeight * srcDepth 404 n = srcWidth * srcHeight * srcDepth; 434 GLint srcWidth, GLint srcHeight, GLint srcDepth, 466 tempImage = (GLuint *) malloc(srcWidth * srcHeight * srcDepth 472 for (img = 0; img < srcDepth; img++) { 504 newImage = (GLuint *) malloc(srcWidth * srcHeight * srcDepth [all...] |
texstore.h | 63 GLint srcWidth, GLint srcHeight, GLint srcDepth, \ 77 GLint srcWidth, GLint srcHeight, GLint srcDepth, 86 GLint srcWidth, GLint srcHeight, GLint srcDepth,
|
mipmap.h | 36 GLint srcWidth, GLint srcHeight, GLint srcDepth,
|
texcompress_rgtc.c | 108 srcWidth, srcHeight, srcDepth, 155 srcWidth, srcHeight, srcDepth, 203 srcWidth, srcHeight, srcDepth, 257 srcWidth, srcHeight, srcDepth,
|
texcompress_s3tc.c | 182 srcWidth, srcHeight, srcDepth, 235 srcWidth, srcHeight, srcDepth, 288 srcWidth, srcHeight, srcDepth, 340 srcWidth, srcHeight, srcDepth,
|
mipmap.c | [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_cb_blit.c | 91 struct gl_renderbuffer_attachment *srcDepth, *srcStencil; 95 srcDepth = &ctx->ReadBuffer->Attachment[BUFFER_DEPTH]; 101 st_is_depth_stencil_combined(srcDepth, srcStencil) && 106 srcRb = st_renderbuffer(srcDepth->Renderbuffer); 268 struct gl_renderbuffer_attachment *srcDepth = 292 st_is_depth_stencil_combined(srcDepth, srcStencil) &&
|
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_blit.c | 91 struct gl_renderbuffer_attachment *srcDepth, *srcStencil; 95 srcDepth = &ctx->ReadBuffer->Attachment[BUFFER_DEPTH]; 101 st_is_depth_stencil_combined(srcDepth, srcStencil) && 106 srcRb = st_renderbuffer(srcDepth->Renderbuffer); 268 struct gl_renderbuffer_attachment *srcDepth = 292 st_is_depth_stencil_combined(srcDepth, srcStencil) &&
|
/external/chromium_org/third_party/skia/src/images/ |
SkImageDecoder.cpp | 147 SkBitmap::Config SkImageDecoder::getPrefConfig(SrcDepth srcDepth, 152 switch (srcDepth) {
|
SkImageDecoder_libjpeg.cpp | 406 SrcDepth srcDepth = k32Bit_SrcDepth; 408 srcDepth = k8BitGray_SrcDepth; 411 SkBitmap::Config config = this->getPrefConfig(srcDepth, /*hasAlpha*/ false); [all...] |
SkImageDecoder_libpng.cpp | 582 SrcDepth srcDepth = k32Bit_SrcDepth; 584 srcDepth = k8BitGray_SrcDepth; 589 *configp = this->getPrefConfig(srcDepth, *hasAlphap); 597 if (k8BitGray_SrcDepth != srcDepth) { [all...] |
/external/skia/src/images/ |
SkImageDecoder.cpp | 147 SkBitmap::Config SkImageDecoder::getPrefConfig(SrcDepth srcDepth, 152 switch (srcDepth) {
|
SkImageDecoder_libjpeg.cpp | 406 SrcDepth srcDepth = k32Bit_SrcDepth; 408 srcDepth = k8BitGray_SrcDepth; 411 SkBitmap::Config config = this->getPrefConfig(srcDepth, /*hasAlpha*/ false); [all...] |
SkImageDecoder_libpng.cpp | 581 SrcDepth srcDepth = k32Bit_SrcDepth; 583 srcDepth = k8BitGray_SrcDepth; 588 *configp = this->getPrefConfig(srcDepth, *hasAlphap); 596 if (k8BitGray_SrcDepth != srcDepth) { [all...] |
/external/chromium_org/third_party/skia/src/ports/ |
SkImageDecoder_empty.cpp | 105 SkBitmap::Config SkImageDecoder::getPrefConfig(SrcDepth, bool) const {
|
/external/skia/src/ports/ |
SkImageDecoder_empty.cpp | 105 SkBitmap::Config SkImageDecoder::getPrefConfig(SrcDepth, bool) const {
|
/external/chromium_org/third_party/skia/include/core/ |
SkImageDecoder.h | 458 enum SrcDepth { 467 the returned bitmap. SrcDepth and hasAlpha reflect the raw data of the 469 srcDepth and hasAlpha, or kNo_Config if there is no preference. 474 SkBitmap::Config getPrefConfig(SrcDepth, bool hasAlpha) const;
|
/external/skia/include/core/ |
SkImageDecoder.h | 458 enum SrcDepth { 467 the returned bitmap. SrcDepth and hasAlpha reflect the raw data of the 469 srcDepth and hasAlpha, or kNo_Config if there is no preference. 474 SkBitmap::Config getPrefConfig(SrcDepth, bool hasAlpha) const;
|
/external/opencv/cxcore/src/ |
cxconvert.cpp | 957 int srcdepth = CV_MAT_DEPTH(srctype); local [all...] |