Searched defs:srcLevel (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_gen_mipmap.c217 const uint srcLevel = dstLevel - 1; local
219 = _mesa_get_tex_image(ctx, texObj, target, srcLevel);
H A Dst_texture.c371 struct pipe_resource *src, GLuint srcLevel,
380 if (u_minify(src->width0, srcLevel) != width ||
381 u_minify(src->height0, srcLevel) != height ||
382 u_minify(src->depth0, srcLevel) != depth) {
410 srcLevel,
369 st_texture_image_copy(struct pipe_context *pipe, struct pipe_resource *dst, GLuint dstLevel, struct pipe_resource *src, GLuint srcLevel, GLuint face) argument
/external/mesa3d/src/mesa/state_tracker/
H A Dst_gen_mipmap.c217 const uint srcLevel = dstLevel - 1; local
219 = _mesa_get_tex_image(ctx, texObj, target, srcLevel);
H A Dst_texture.c371 struct pipe_resource *src, GLuint srcLevel,
380 if (u_minify(src->width0, srcLevel) != width ||
381 u_minify(src->height0, srcLevel) != height ||
382 u_minify(src->depth0, srcLevel) != depth) {
410 srcLevel,
369 st_texture_image_copy(struct pipe_context *pipe, struct pipe_resource *dst, GLuint dstLevel, struct pipe_resource *src, GLuint srcLevel, GLuint face) argument
/external/deqp/modules/gles31/functional/
H A Des31fStencilTexturingTests.cpp477 const tcu::ConstPixelBufferAccess srcLevel = src.getLevelFace(levelNdx, face); local
482 dstLevel.setPixel(Vec4(float(srcLevel.getPixStencil(x, y)) / 255.f, 0.f, 0.f, 1.f), x, y);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_gen_mipmap.c1110 const uint srcLevel = dstLevel - 1; local
1114 srcTrans = pipe_get_transfer(pipe, pt, srcLevel, layer,
1116 u_minify(pt->width0, srcLevel),
1117 u_minify(pt->height0, srcLevel));
1151 const uint srcLevel = dstLevel - 1; local
1155 srcTrans = pipe_get_transfer(pipe, pt, srcLevel, layer,
1157 u_minify(pt->width0, srcLevel),
1158 u_minify(pt->height0, srcLevel));
1199 const uint srcLevel = dstLevel - 1; local
1203 src_box.width = u_minify(pt->width0, srcLevel);
1610 const uint srcLevel = dstLevel - 1; local
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_gen_mipmap.c1110 const uint srcLevel = dstLevel - 1; local
1114 srcTrans = pipe_get_transfer(pipe, pt, srcLevel, layer,
1116 u_minify(pt->width0, srcLevel),
1117 u_minify(pt->height0, srcLevel));
1151 const uint srcLevel = dstLevel - 1; local
1155 srcTrans = pipe_get_transfer(pipe, pt, srcLevel, layer,
1157 u_minify(pt->width0, srcLevel),
1158 u_minify(pt->height0, srcLevel));
1199 const uint srcLevel = dstLevel - 1; local
1203 src_box.width = u_minify(pt->width0, srcLevel);
1610 const uint srcLevel = dstLevel - 1; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
H A Dmeta.c1444 const GLuint srcLevel = readAtt->TextureLevel; local
1480 _mesa_TexParameteri(target, GL_TEXTURE_BASE_LEVEL, srcLevel);
1481 _mesa_TexParameteri(target, GL_TEXTURE_MAX_LEVEL, srcLevel);
1509 = _mesa_select_tex_image(ctx, texObj, target, srcLevel);
2785 GLuint srcLevel; local
2796 srcLevel = texObj->BaseLevel;
2797 baseImage = _mesa_select_tex_image(ctx, texObj, target, srcLevel);
2821 target, texObj->Name, srcLevel);
2829 target, texObj->Name, srcLevel, zoffset);
2836 target, texObj->Name, srcLevel);
3363 const GLuint srcLevel = dstLevel - 1; local
[all...]
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.c1444 const GLuint srcLevel = readAtt->TextureLevel; local
1480 _mesa_TexParameteri(target, GL_TEXTURE_BASE_LEVEL, srcLevel);
1481 _mesa_TexParameteri(target, GL_TEXTURE_MAX_LEVEL, srcLevel);
1509 = _mesa_select_tex_image(ctx, texObj, target, srcLevel);
2785 GLuint srcLevel; local
2796 srcLevel = texObj->BaseLevel;
2797 baseImage = _mesa_select_tex_image(ctx, texObj, target, srcLevel);
2821 target, texObj->Name, srcLevel);
2829 target, texObj->Name, srcLevel, zoffset);
2836 target, texObj->Name, srcLevel);
3363 const GLuint srcLevel = dstLevel - 1; local
[all...]

Completed in 218 milliseconds