HomeSort by relevance Sort by last modified time
    Searched refs:srcDepth (Results 1 - 25 of 30) sorted by null

1 2

  /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...]
texcompress_fxt1.c 80 srcWidth, srcHeight, srcDepth,
130 srcWidth, srcHeight, srcDepth,
    [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...]
texcompress_fxt1.c 80 srcWidth, srcHeight, srcDepth,
130 srcWidth, srcHeight, srcDepth,
    [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 161 SkBitmap::Config SkImageDecoder::getPrefConfig(SrcDepth srcDepth,
166 switch (srcDepth) {
SkImageDecoder_libjpeg.cpp 365 SrcDepth srcDepth = k32Bit_SrcDepth;
367 srcDepth = k8BitGray_SrcDepth;
370 SkBitmap::Config config = this->getPrefConfig(srcDepth, /*hasAlpha*/ false);
    [all...]
SkImageDecoder_libpng.cpp 522 SrcDepth srcDepth = k32Bit_SrcDepth;
524 srcDepth = k8BitGray_SrcDepth;
529 *configp = this->getPrefConfig(srcDepth, *hasAlphap);
    [all...]
  /external/skia/src/images/
SkImageDecoder.cpp 164 SkBitmap::Config SkImageDecoder::getPrefConfig(SrcDepth srcDepth,
169 switch (srcDepth) {
SkImageDecoder_libpng.cpp 524 SrcDepth srcDepth = k32Bit_SrcDepth;
526 srcDepth = k8BitGray_SrcDepth;
531 *configp = this->getPrefConfig(srcDepth, *hasAlphap);
539 if (k8BitGray_SrcDepth != srcDepth) {
    [all...]
SkImageDecoder_libjpeg.cpp 365 SrcDepth srcDepth = k32Bit_SrcDepth;
367 srcDepth = k8BitGray_SrcDepth;
370 SkBitmap::Config config = this->getPrefConfig(srcDepth, /*hasAlpha*/ false);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_gen_mipmap.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_gen_mipmap.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
meta.c     [all...]

Completed in 653 milliseconds

1 2