Searched refs:Texture (Results 251 - 275 of 355) sorted by relevance

<<1112131415

/external/chromium_org/third_party/angle/src/libGLESv2/
H A DvalidationES2.cpp12 #include "libGLESv2/Texture.h"
147 gl::Texture *texture = NULL;
906 gl::Texture *texture = NULL;
H A DState.cpp608 void State::setSamplerTexture(GLenum type, Texture *texture)
613 Texture *State::getSamplerTexture(unsigned int sampler, GLenum type) const
615 const BindingPointer<Texture>& binding = mSamplerTextures.at(type)[sampler];
646 BindingPointer<Texture> &binding = textureVector[textureIdx];
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dgen7_wm_surface_state.c238 struct gl_texture_object *tObj = ctx->Texture.Unit[unit]._Current;
298 struct gl_texture_object *tObj = ctx->Texture.Unit[unit]._Current;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_vbo_t.c175 if (ctx->Texture._EnabledCoordUnits & (1 << i))
183 (ctx->Texture._GenFlags & TEXGEN_NEED_NORMALS))
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dxm_line.c100 && !ctx->Texture._EnabledUnits
459 if (ctx->Texture._EnabledUnits) return (swrast_line_func) NULL;
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_renderbuffer.c561 struct gl_texture_object *texObj = fb->Attachment[buffer].Texture;
595 struct gl_texture_object *texObj = fb->Attachment[buffer].Texture;
H A Ds_aalinetemp.h181 const struct gl_texture_object *obj = ctx->Texture.Unit[u]._Current;
H A Ds_span.c473 = (ctx->Texture._EnabledCoordUnits > 1) ? ctx->Const.MaxTextureUnits : 1;
478 if (ctx->Texture._EnabledCoordUnits & (1 << u)) {
480 const struct gl_texture_object *obj = ctx->Texture.Unit[u]._Current;
1014 else if (ctx->Texture._EnabledCoordUnits) {
1141 const GLboolean shaderOrTexture = shader || ctx->Texture._EnabledCoordUnits;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen7_wm_surface_state.c238 struct gl_texture_object *tObj = ctx->Texture.Unit[unit]._Current;
298 struct gl_texture_object *tObj = ctx->Texture.Unit[unit]._Current;
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_vbo_t.c175 if (ctx->Texture._EnabledCoordUnits & (1 << i))
183 (ctx->Texture._GenFlags & TEXGEN_NEED_NORMALS))
/external/mesa3d/src/mesa/drivers/x11/
H A Dxm_line.c100 && !ctx->Texture._EnabledUnits
459 if (ctx->Texture._EnabledUnits) return (swrast_line_func) NULL;
/external/mesa3d/src/mesa/swrast/
H A Ds_renderbuffer.c561 struct gl_texture_object *texObj = fb->Attachment[buffer].Texture;
595 struct gl_texture_object *texObj = fb->Attachment[buffer].Texture;
H A Ds_aalinetemp.h181 const struct gl_texture_object *obj = ctx->Texture.Unit[u]._Current;
H A Ds_span.c473 = (ctx->Texture._EnabledCoordUnits > 1) ? ctx->Const.MaxTextureUnits : 1;
478 if (ctx->Texture._EnabledCoordUnits & (1 << u)) {
480 const struct gl_texture_object *obj = ctx->Texture.Unit[u]._Current;
1014 else if (ctx->Texture._EnabledCoordUnits) {
1141 const GLboolean shaderOrTexture = shader || ctx->Texture._EnabledCoordUnits;
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_async_pixel.cc67 Texture* texture = texture_ref->texture();
381 // Texture ref still valid.
H A Dgles2_cmd_decoder.cc819 // Creates a Texture for the given texture.
1499 void DoWillUseTexImageIfNeeded(Texture* texture, GLenum textarget);
1500 void DoDidUseTexImageIfNeeded(Texture* texture, GLenum textarget);
1600 Texture* texture);
3013 Texture* texture = texture_ref->texture();
4085 Texture* texture = texture_manager()->GetTextureForServiceId(service_id);
4251 Texture* texture = texture_ref->texture();
5641 // Texture only needs to be 1x1.
6186 Texture* texture, GLenum textarget) {
6202 Texture* textur
[all...]
/external/chromium_org/ui/aura/
H A Dwindow.h41 class Texture;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aaline.c283 newInst.Instruction.Texture = TRUE;
284 newInst.Texture.Texture = TGSI_TEXTURE_2D;
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aaline.c283 newInst.Instruction.Texture = TRUE;
284 newInst.Texture.Texture = TGSI_TEXTURE_2D;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dffvertex_prog.c237 if (ctx->Texture._TexGenEnabled ||
238 ctx->Texture._TexMatEnabled ||
239 ctx->Texture._EnabledUnits)
243 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[i];
252 if (ctx->Texture._TexMatEnabled & ENABLE_TEXMAT(i))
H A Dteximage.c28 * Texture image-related functions.
723 return ctx->Texture.ProxyTex[TEXTURE_1D_INDEX];
727 return ctx->Texture.ProxyTex[TEXTURE_2D_INDEX];
731 return ctx->Texture.ProxyTex[TEXTURE_3D_INDEX];
743 ? ctx->Texture.ProxyTex[TEXTURE_CUBE_INDEX] : NULL;
749 ? ctx->Texture.ProxyTex[TEXTURE_RECT_INDEX] : NULL;
753 return arrayTex ? ctx->Texture.ProxyTex[TEXTURE_1D_ARRAY_INDEX] : NULL;
757 return arrayTex ? ctx->Texture.ProxyTex[TEXTURE_2D_ARRAY_INDEX] : NULL;
894 texImage = ctx->Texture.ProxyTex[texIndex]->Image[0][level];
901 ctx->Texture
[all...]
/external/mesa3d/src/mesa/main/
H A Dffvertex_prog.c237 if (ctx->Texture._TexGenEnabled ||
238 ctx->Texture._TexMatEnabled ||
239 ctx->Texture._EnabledUnits)
243 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[i];
252 if (ctx->Texture._TexMatEnabled & ENABLE_TEXMAT(i))
H A Dteximage.c28 * Texture image-related functions.
723 return ctx->Texture.ProxyTex[TEXTURE_1D_INDEX];
727 return ctx->Texture.ProxyTex[TEXTURE_2D_INDEX];
731 return ctx->Texture.ProxyTex[TEXTURE_3D_INDEX];
743 ? ctx->Texture.ProxyTex[TEXTURE_CUBE_INDEX] : NULL;
749 ? ctx->Texture.ProxyTex[TEXTURE_RECT_INDEX] : NULL;
753 return arrayTex ? ctx->Texture.ProxyTex[TEXTURE_1D_ARRAY_INDEX] : NULL;
757 return arrayTex ? ctx->Texture.ProxyTex[TEXTURE_2D_ARRAY_INDEX] : NULL;
894 texImage = ctx->Texture.ProxyTex[texIndex]->Image[0][level];
901 ctx->Texture
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp1134 const glu::Texture texture (renderCtx);
1256 //! Case that copies an image to another, using imageLoad() and imageStore(). Texture formats don't necessarily match image formats.
1355 const glu::Texture texture0 (renderCtx);
1356 const glu::Texture texture1 (renderCtx);
1925 const glu::Texture endResultTexture (renderCtx); //!< Texture for the final result; i.e. the texture on which the atomic operations are done. Size imageSize.
1926 const glu::Texture returnValueTexture (renderCtx); //!< Texture into which the return values are stored if m_caseType == CASETYPE_RETURN_VALUES.
2325 const glu::Texture endResultTexture (renderCtx); //!< Texture fo
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp182 unsigned int getNumTexOffsets() const { return insn->Texture.NumOffsets; }
246 const struct tgsi_instruction_texture *tex = &insn->Texture;
248 assert(insn->Instruction.Texture);
255 switch (tex->Texture) {
1014 return translateTexture(insn->Texture.Texture);

Completed in 1289 milliseconds

<<1112131415