Searched refs:texFormat (Results 1 - 25 of 51) sorted by relevance

123

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_copytex.h33 GLuint cubeFace, GLenum texFormat);
H A Dst_copytex.c45 * \param texFormat what texture format to use, if texture doesn't exist
51 GLuint cubeFace, GLenum texFormat)
81 texFormat,
102 texFormat,
126 texFormat,
48 st_copy_framebuffer_to_texture(GLenum srcBuffer,GLint fbWidth,GLint fbHeight,GLenum texTarget,GLint texLevel,GLuint cubeFace,GLenum texFormat) argument
H A Dst_cb_eglimage.c181 mesa_format texFormat; local in function:st_bind_egl_image
199 texFormat = st_pipe_format_to_mesa_format(stimg->format);
204 if (texFormat == MESA_FORMAT_NONE) {
207 texFormat = MESA_FORMAT_R_UNORM8;
211 texFormat = MESA_FORMAT_R_UNORM8;
221 1, 0, internalFormat, texFormat);
H A Dst_vdpau.c192 mesa_format texFormat; local in function:st_vdpau_map_surface
228 texFormat = st_pipe_format_to_mesa_format(res->format);
232 texFormat);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_copytex.h33 GLuint cubeFace, GLenum texFormat);
H A Dst_copytex.c45 * \param texFormat what texture format to use, if texture doesn't exist
51 GLuint cubeFace, GLenum texFormat)
81 texFormat,
102 texFormat,
126 texFormat,
48 st_copy_framebuffer_to_texture(GLenum srcBuffer,GLint fbWidth,GLint fbHeight,GLenum texTarget,GLint texLevel,GLuint cubeFace,GLenum texFormat) argument
H A Dst_cb_eglimage.c276 mesa_format texFormat; local in function:st_bind_egl_image
301 texFormat = MESA_FORMAT_R8G8B8X8_UNORM;
304 texFormat = MESA_FORMAT_R_UNORM8;
311 texFormat = MESA_FORMAT_R_UNORM16;
317 texFormat = MESA_FORMAT_RG_UNORM16;
321 texFormat = MESA_FORMAT_B10G10R10A2_UNORM;
327 texFormat = MESA_FORMAT_RGBA_UNORM16;
332 texFormat = MESA_FORMAT_R_UNORM8;
338 texFormat = MESA_FORMAT_RG_RB_UNORM8;
341 texFormat
[all...]
H A Dst_vdpau.c196 mesa_format texFormat; local in function:st_vdpau_map_surface
244 texFormat = st_pipe_format_to_mesa_format(res->format);
248 texFormat);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
H A Dstw_ext_rendertexture.c111 GLenum texFormat, srcBuffer, target; local in function:wglBindTexImageARB
159 texFormat = translate_texture_format(fb->textureFormat);
160 if (texFormat == GL_NONE) {
186 fb->textureFace, texFormat);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
H A Dstw_ext_rendertexture.c108 GLenum texFormat, srcBuffer, target; local in function:wglBindTexImageARB
156 texFormat = translate_texture_format(fb->textureFormat);
157 if (texFormat == GL_NONE) {
184 fb->textureFace, texFormat);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dreadpix.h50 mesa_format texFormat,
H A Dtexparam.c1345 mesa_format texFormat; local in function:get_tex_level_parameter_image
1366 texFormat = img->TexFormat;
1379 if (_mesa_is_format_compressed(texFormat)) {
1381 *params = _mesa_compressed_format_to_glenum(ctx, texFormat);
1412 *params = _mesa_get_format_bits(texFormat, pname);
1421 *params = _mesa_get_format_bits(texFormat, pname);
1424 *params = MIN2(_mesa_get_format_bits(texFormat,
1426 _mesa_get_format_bits(texFormat,
1431 *params = _mesa_get_format_bits(texFormat,
1442 *params = _mesa_get_format_bits(texFormat, pnam
1548 mesa_format texFormat = texObj->_BufferObjectFormat; local in function:get_tex_level_parameter_buffer
[all...]
H A Dtexstorage.c144 GLenum internalFormat, mesa_format texFormat)
164 0, internalFormat, texFormat);
400 mesa_format texFormat; local in function:texture_storage
413 texFormat = _mesa_choose_texture_format(ctx, texObj, target, 0,
421 sizeOK = ctx->Driver.TestProxyTexImage(ctx, target, levels, 0, texFormat,
428 internalformat, texFormat);
458 internalformat, texFormat)) {
140 initialize_texture_fields(struct gl_context * ctx,struct gl_texture_object * texObj,GLint levels,GLsizei width,GLsizei height,GLsizei depth,GLenum internalFormat,mesa_format texFormat) argument
H A Dtextureview.c308 GLenum internalFormat, mesa_format texFormat,
333 0, internalFormat, texFormat,
533 mesa_format texFormat; local in function:texture_view
537 texFormat = _mesa_choose_texture_format(ctx, texObj, target, 0,
539 if (texFormat == MESA_FORMAT_NONE) return;
620 sizeOK = ctx->Driver.TestProxyTexImage(ctx, target, 1, 0, texFormat,
682 internalformat, texFormat,
303 initialize_texture_fields(struct gl_context * ctx,GLenum target,struct gl_texture_object * texObj,GLint levels,GLsizei width,GLsizei height,GLsizei depth,GLenum internalFormat,mesa_format texFormat,GLuint numSamples,GLboolean fixedSampleLocations) argument
H A Dtexstore.h163 _mesa_compute_compressed_pixelstore(GLuint dims, mesa_format texFormat,
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dreadpix.h50 mesa_format texFormat,
H A Dtexstorage.c144 GLenum internalFormat, mesa_format texFormat)
164 0, internalFormat, texFormat);
400 mesa_format texFormat; local in function:texture_storage
413 texFormat = _mesa_choose_texture_format(ctx, texObj, target, 0,
421 sizeOK = ctx->Driver.TestProxyTexImage(ctx, target, levels, 0, texFormat,
428 internalformat, texFormat);
458 internalformat, texFormat)) {
140 initialize_texture_fields(struct gl_context * ctx,struct gl_texture_object * texObj,GLint levels,GLsizei width,GLsizei height,GLsizei depth,GLenum internalFormat,mesa_format texFormat) argument
H A Dtextureview.c309 GLenum internalFormat, mesa_format texFormat,
334 0, internalFormat, texFormat,
536 mesa_format texFormat; local in function:texture_view
540 texFormat = _mesa_choose_texture_format(ctx, texObj, target, 0,
542 if (texFormat == MESA_FORMAT_NONE) return;
623 sizeOK = ctx->Driver.TestProxyTexImage(ctx, target, 1, 0, texFormat,
685 internalformat, texFormat,
304 initialize_texture_fields(struct gl_context * ctx,GLenum target,struct gl_texture_object * texObj,GLint levels,GLsizei width,GLsizei height,GLsizei depth,GLenum internalFormat,mesa_format texFormat,GLuint numSamples,GLboolean fixedSampleLocations) argument
H A Dtexparam.c1639 mesa_format texFormat; local in function:get_tex_level_parameter_image
1660 texFormat = img->TexFormat;
1673 if (_mesa_is_format_compressed(texFormat)) {
1675 *params = _mesa_compressed_format_to_glenum(ctx, texFormat);
1706 *params = _mesa_get_format_bits(texFormat, pname);
1715 *params = _mesa_get_format_bits(texFormat, pname);
1718 *params = MIN2(_mesa_get_format_bits(texFormat,
1720 _mesa_get_format_bits(texFormat,
1725 *params = _mesa_get_format_bits(texFormat,
1736 *params = _mesa_get_format_bits(texFormat, pnam
1842 mesa_format texFormat = texObj->_BufferObjectFormat; local in function:get_tex_level_parameter_buffer
[all...]
H A Dtexstore.h163 _mesa_compute_compressed_pixelstore(GLuint dims, mesa_format texFormat,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_tex_image.c283 mesa_format texFormat = MESA_FORMAT_NONE; local in function:intelSetTexBuffer2
305 texFormat = MESA_FORMAT_B8G8R8X8_UNORM;
309 texFormat = MESA_FORMAT_B8G8R8A8_UNORM;
313 texFormat = MESA_FORMAT_B5G6R5_UNORM;
319 internalFormat, texFormat, 0,
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_tex_image.c283 mesa_format texFormat = MESA_FORMAT_NONE; local in function:intelSetTexBuffer2
305 texFormat = MESA_FORMAT_B8G8R8X8_UNORM;
309 texFormat = MESA_FORMAT_B8G8R8A8_UNORM;
313 texFormat = MESA_FORMAT_B5G6R5_UNORM;
319 internalFormat, texFormat, 0,
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_texstate.c556 mesa_format texFormat; local in function:radeonSetTexBuffer2
600 texFormat = MESA_FORMAT_BGR_UNORM8;
602 texFormat = MESA_FORMAT_B8G8R8A8_UNORM;
606 texFormat = MESA_FORMAT_BGR_UNORM8;
609 texFormat = MESA_FORMAT_B5G6R5_UNORM;
613 t->pp_txformat = tx_table[texFormat].format;
614 t->pp_txfilter |= tx_table[texFormat].filter;
619 rb->cpp, texFormat);
/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datimach64render.c304 CARD32 texFormat; member in struct:__anon0266d6710208
578 CARD32 texFormat; local in function:Mach64PrepareTexture
592 texFormat = Mach64TexFormats[i].texFormat;
615 m3d->dp_pix_width |= SetBits(texFormat, DP_SCALE_PIX_WIDTH);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_texstate.c557 mesa_format texFormat; local in function:radeonSetTexBuffer2
602 texFormat = MESA_FORMAT_BGR_UNORM8;
606 texFormat = MESA_FORMAT_B8G8R8A8_UNORM;
612 texFormat = MESA_FORMAT_BGR_UNORM8;
617 texFormat = MESA_FORMAT_B5G6R5_UNORM;
626 rb->cpp, texFormat);

Completed in 23 milliseconds

123