/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_state_derived.c | 749 struct r300_resource *tex; local 768 tex = r300_resource(view->base.texture); 783 base_level = view->base.u.tex.first_level; 786 tex->b.b.last_level - base_level, 787 view->base.u.tex.last_level - base_level); 792 if (tex->tex.is_npot) { 799 offset = tex->tex.offset_in_bytes[base_level]; 801 r300_texture_setup_format_state(r300->screen, tex, 966 struct pipe_resource *tex; local [all...] |
r300_texture.h | 56 struct r300_resource *tex,
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pipe_aaline.c | 276 /* TEX */ 564 float *pos, *tex; local 626 tex = v[0]->data[texPos]; 627 ASSIGN_4V(tex, 0, 0, 0, 1); 629 tex = v[1]->data[texPos]; 630 ASSIGN_4V(tex, 0, 1, 0, 1); 632 tex = v[2]->data[texPos]; 633 ASSIGN_4V(tex, .5, 0, 0, 1); 635 tex = v[3]->data[texPos]; 636 ASSIGN_4V(tex, .5, 1, 0, 1) [all...] |
/external/mesa3d/src/gallium/drivers/r300/ |
r300_state_derived.c | 749 struct r300_resource *tex; local 768 tex = r300_resource(view->base.texture); 783 base_level = view->base.u.tex.first_level; 786 tex->b.b.last_level - base_level, 787 view->base.u.tex.last_level - base_level); 792 if (tex->tex.is_npot) { 799 offset = tex->tex.offset_in_bytes[base_level]; 801 r300_texture_setup_format_state(r300->screen, tex, 966 struct pipe_resource *tex; local [all...] |
r300_texture.h | 56 struct r300_resource *tex,
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/ |
vl_idct.h | 84 unsigned first_output, struct ureg_dst tex);
|
vl_mc.h | 71 struct ureg_dst tex);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_state_derived.c | 284 struct pipe_resource *tex; local 287 tex = util_pstipple_create_stipple_texture(&softpipe->pipe, 289 pipe_resource_reference(&softpipe->pstipple.texture, tex); 290 pipe_resource_reference(&tex, NULL);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_surface.h | 66 struct svga_texture *tex,
|
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/ |
p_screen.h | 161 struct pipe_resource *tex,
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_vs.h | 81 struct brw_sampler_prog_key_data tex; member in struct:brw_vs_prog_key
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_idct.h | 84 unsigned first_output, struct ureg_dst tex);
|
vl_mc.h | 71 struct ureg_dst tex);
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_state_derived.c | 284 struct pipe_resource *tex; local 287 tex = util_pstipple_create_stipple_texture(&softpipe->pipe, 289 pipe_resource_reference(&softpipe->pstipple.texture, tex); 290 pipe_resource_reference(&tex, NULL);
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_surface.h | 66 struct svga_texture *tex,
|
/external/mesa3d/src/gallium/include/pipe/ |
p_screen.h | 161 struct pipe_resource *tex,
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_vs.h | 81 struct brw_sampler_prog_key_data tex; member in struct:brw_vs_prog_key
|
/frameworks/native/opengl/libagl/ |
mipmap.cpp | 30 status_t buildAPyramid(ogles_context_t* c, EGLTextureObject* tex) 33 const GGLSurface* base = &tex->surface; 47 if (tex->reallocate(level, w, h, w, 54 GGLSurface& cur = tex->editMip(level);
|
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
FramebufferData.cpp | 183 unsigned int tex = ctx->shareGroup()->genGlobalName(TEXTURE); local 186 ctx->dispatcher().glBindTexture(GL_TEXTURE_2D, tex); 194 ctx->dispatcher().glFramebufferTexture2DEXT(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0_OES, GL_TEXTURE_2D, tex, 0); 195 setAttachment(GL_COLOR_ATTACHMENT0_OES, GL_TEXTURE_2D, tex, ObjectDataPtr(NULL), true);
|
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/ |
GLClientState.cpp | 364 TextureRec* tex = m_tex.textures + m_tex.numTextures; local 365 TextureRec* prev = tex - 1; 366 while (tex != m_tex.textures && id < prev->id) { 367 *tex-- = *prev--; 369 tex->id = id; 370 tex->target = target; 373 return tex;
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
r200_state_init.c | 665 ALLOC_STATE( tex[0], tex_pair_mm, state_size, "TEX/tex-0", 0 ); 666 ALLOC_STATE( tex[1], tex_pair_mm, state_size, "TEX/tex-1", 1 ); 670 ALLOC_STATE( tex[0], tex_mm, state_size, "TEX/tex-0", 0 ); 671 ALLOC_STATE( tex[1], tex_mm, state_size, "TEX/tex-1", 1 ) [all...] |
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_state_init.c | 665 ALLOC_STATE( tex[0], tex_pair_mm, state_size, "TEX/tex-0", 0 ); 666 ALLOC_STATE( tex[1], tex_pair_mm, state_size, "TEX/tex-1", 1 ); 670 ALLOC_STATE( tex[0], tex_mm, state_size, "TEX/tex-0", 0 ); 671 ALLOC_STATE( tex[1], tex_mm, state_size, "TEX/tex-1", 1 ) [all...] |
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/ |
GLEScmContext.cpp | 51 void GLEScmContext::setActiveTexture(GLenum tex) { 52 m_activeTexture = tex - GL_TEXTURE0; 55 void GLEScmContext::setClientActiveTexture(GLenum tex) { 56 m_clientActiveTexture = tex - GL_TEXTURE0; 129 unsigned int tex = GL_TEXTURE0+i; local 130 setClientActiveTexture(tex); 131 s_glDispatch.glClientActiveTexture(tex);
|
/sdk/emulator/opengl/shared/OpenglCodecCommon/ |
GLClientState.cpp | 364 TextureRec* tex = m_tex.textures + m_tex.numTextures; local 365 TextureRec* prev = tex - 1; 366 while (tex != m_tex.textures && id < prev->id) { 367 *tex-- = *prev--; 369 tex->id = id; 370 tex->target = target; 373 return tex;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
r300_fragprog_emit.c | 327 tex_end = code->tex.length - tex_offset - 1; 329 if (code->tex.length == emit->node_first_tex) { 331 error("Node %i has no TEX instructions", emit->current_node); 403 code->tex.length == emit->node_first_tex) { 416 emit->node_first_tex = code->tex.length; 430 if (code->tex.length >= emit->compiler->Base.max_tex_insts) { 431 error("Too many TEX instructions"); 457 code->tex.inst[code->tex.length++] = 523 tex_end = code->tex.length ? code->tex.length - 1 : 0 [all...] |