Home
last modified time | relevance | path

Searched refs:copyteximage (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Dteximage.c4267 copyteximage(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, in copyteximage() function
4446 copyteximage(ctx, dims, NULL, target, level, internalFormat, x, y, width, height, in copyteximage_err()
4456 copyteximage(ctx, dims, NULL, target, level, internalFormat, x, y, width, height, in copyteximage_no_error()
4485 copyteximage(ctx, 1, texObj, target, level, internalFormat, x, y, width, 1, in _mesa_CopyTextureImage1DEXT()
4504 copyteximage(ctx, 1, texObj, target, level, internalFormat, x, y, width, 1, in _mesa_CopyMultiTexImage1DEXT()
4533 copyteximage(ctx, 2, texObj, target, level, internalFormat, x, y, width, height, in _mesa_CopyTextureImage2DEXT()
4552 copyteximage(ctx, 2, texObj, target, level, internalFormat, x, y, width, height, in _mesa_CopyMultiTexImage2DEXT()

Completed in 10 milliseconds