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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_copytex.h32 GLenum texTarget, GLint texLevel,
H A Dst_copytex.c42 * \param texTarget which texture target to copy to (GL_TEXTURE_1D/2D/CUBE_MAP)
50 GLenum texTarget, GLint texLevel,
66 switch (texTarget) {
48 st_copy_framebuffer_to_texture(GLenum srcBuffer,GLint fbWidth,GLint fbHeight,GLenum texTarget,GLint texLevel,GLuint cubeFace,GLenum texFormat) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_copytex.h32 GLenum texTarget, GLint texLevel,
H A Dst_copytex.c42 * \param texTarget which texture target to copy to (GL_TEXTURE_1D/2D/CUBE_MAP)
50 GLenum texTarget, GLint texLevel,
66 switch (texTarget) {
48 st_copy_framebuffer_to_texture(GLenum srcBuffer,GLint fbWidth,GLint fbHeight,GLenum texTarget,GLint texLevel,GLuint cubeFace,GLenum texFormat) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
H A Dmeta.c123 const GLenum texTarget = texObj->Target == GL_TEXTURE_CUBE_MAP local in function:_mesa_meta_framebuffer_texture_image
131 _mesa_framebuffer_texture(ctx, fb, attachment, att, texObj, texTarget,
225 * \param texTarget Texture target that will be the source of the blit
2056 const char *texTarget; local in function:init_draw_stencil_pixels
2063 texTarget = "RECT";
2065 texTarget = "2D";
2066 _mesa_snprintf(program2, sizeof(program2), program, texTarget);
2090 const char *texTarget; local in function:init_draw_depth_pixels
2097 texTarget = "RECT";
2099 texTarget
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/
H A Dmeta.c128 const GLenum texTarget = texObj->Target == GL_TEXTURE_CUBE_MAP local in function:_mesa_meta_framebuffer_texture_image
136 _mesa_framebuffer_texture(ctx, fb, attachment, att, texObj, texTarget,
230 * \param texTarget Texture target that will be the source of the blit
2023 const char *texTarget; local in function:init_draw_stencil_pixels
2030 texTarget = "RECT";
2032 texTarget = "2D";
2033 snprintf(program2, sizeof(program2), program, texTarget);
2057 const char *texTarget; local in function:init_draw_depth_pixels
2064 texTarget = "RECT";
2066 texTarget
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprogram_parse.y224 %type <integer> texImageUnit texTarget
423 SAMPLE_instruction: SAMPLE_OP maskedDstReg ',' swizzleSrcReg ',' texImageUnit ',' texTarget
474 TXD_instruction: TXD_OP maskedDstReg ',' swizzleSrcReg ',' swizzleSrcReg ',' swizzleSrcReg ',' texImageUnit ',' texTarget
524 texTarget: TEX_1D { $$ = TEXTURE_1D_INDEX; } label
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprogram_parse.y232 %type <integer> texImageUnit texTarget
432 SAMPLE_instruction: SAMPLE_OP maskedDstReg ',' swizzleSrcReg ',' texImageUnit ',' texTarget
483 TXD_instruction: TXD_OP maskedDstReg ',' swizzleSrcReg ',' swizzleSrcReg ',' swizzleSrcReg ',' texImageUnit ',' texTarget
533 texTarget: TEX_1D { $$ = TEXTURE_1D_INDEX; } label
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dff_fragment_shader.cpp731 const GLuint texTarget = p->state->unit[unit].source_index; local in function:load_texture
759 switch (texTarget) {
H A Dfbobject.c500 GLenum texTarget, GLuint level, GLsizei samples,
524 att->CubeMapFace = _mesa_tex_target_to_face(texTarget);
496 set_texture_attachment(struct gl_context * ctx,struct gl_framebuffer * fb,struct gl_renderbuffer_attachment * att,struct gl_texture_object * texObj,GLenum texTarget,GLuint level,GLsizei samples,GLuint layer,GLboolean layered) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dff_fragment_shader.cpp722 const GLuint texTarget = p->state->unit[unit].source_index; local in function:load_texture
748 switch (texTarget) {
H A Dfbobject.c529 GLenum texTarget, GLuint level, GLsizei samples,
553 att->CubeMapFace = _mesa_tex_target_to_face(texTarget);
525 set_texture_attachment(struct gl_context * ctx,struct gl_framebuffer * fb,struct gl_renderbuffer_attachment * att,struct gl_texture_object * texObj,GLenum texTarget,GLuint level,GLsizei samples,GLuint layer,GLboolean layered) argument
/xsrc/external/mit/MesaLib.old/dist/docs/specs/
H A DMESA_texture_array.spec488 <texTarget> ::= "1D"
511 option, the <texTarget> rule is modified to add the texture targets
530 enum texTarget);
533 are used by all texture targets. Component usage for each <texTarget>
537 texTarget Texture Type s t r layer shadow
552 Table X: Texture types accessed for each of the <texTarget>, and
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
H A DMESA_texture_array.spec488 <texTarget> ::= "1D"
511 option, the <texTarget> rule is modified to add the texture targets
530 enum texTarget);
533 are used by all texture targets. Component usage for each <texTarget>
537 texTarget Texture Type s t r layer shadow
552 Table X: Texture types accessed for each of the <texTarget>, and

Completed in 29 milliseconds