HomeSort by relevance Sort by last modified time
    Searched refs:tex (Results 376 - 400 of 622) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/mesa/state_tracker/
st_cb_texture.c 490 * field and switch to a "normal" tex image if necessary.
587 sv_temp.u.tex.first_level =
588 sv_temp.u.tex.last_level = texImage->Level;
814 * ops and format conversion. In particular, if the dest tex format
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageBuffer.cpp 241 Platform3DObject tex = m_surface->getBackingTexture(); local
242 if (!context3D || !tex)
246 bool result = drawingBuffer->copyToPlatformTexture(context3D, tex, GL_RGBA,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_winsys_dri.c 177 struct pipe_resource template, *tex; local
242 tex = scrn->base.pscreen->resource_from_handle(scrn->base.pscreen, &template, &dri2_handle);
245 return tex;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_context.h 409 struct r300_texture_desc tex; member in struct:r300_resource
644 static INLINE struct r300_resource* r300_resource(struct pipe_resource* tex)
646 return (struct r300_resource*)tex;
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
fs-test.c 470 surf_tmpl.u.tex.level = 0;
471 surf_tmpl.u.tex.first_layer = 0;
472 surf_tmpl.u.tex.last_layer = 0;
gs-test.c 534 surf_tmpl.u.tex.level = 0;
535 surf_tmpl.u.tex.first_layer = 0;
536 surf_tmpl.u.tex.last_layer = 0;
vs-test.c 421 surf_tmpl.u.tex.level = 0;
422 surf_tmpl.u.tex.first_layer = 0;
423 surf_tmpl.u.tex.last_layer = 0;
  /external/deqp/framework/randomshaders/
rsgExpression.cpp 1635 const Sampler2D& tex = execCtx.getSampler2D(m_sampler); local
1651 const Sampler2D& tex = execCtx.getSampler2D(m_sampler); local
1667 const Sampler2D& tex = execCtx.getSampler2D(m_sampler); local
1684 const Sampler2D& tex = execCtx.getSampler2D(m_sampler); local
1701 const SamplerCube& tex = execCtx.getSamplerCube(m_sampler); local
1718 const SamplerCube& tex = execCtx.getSamplerCube(m_sampler); local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_winsys_dri.c 177 struct pipe_resource template, *tex; local
242 tex = scrn->base.pscreen->resource_from_handle(scrn->base.pscreen, &template, &dri2_handle);
245 return tex;
  /external/mesa3d/src/gallium/drivers/r300/
r300_context.h 409 struct r300_texture_desc tex; member in struct:r300_resource
644 static INLINE struct r300_resource* r300_resource(struct pipe_resource* tex)
646 return (struct r300_resource*)tex;
  /external/mesa3d/src/gallium/tests/graw/
fs-test.c 470 surf_tmpl.u.tex.level = 0;
471 surf_tmpl.u.tex.first_layer = 0;
472 surf_tmpl.u.tex.last_layer = 0;
gs-test.c 534 surf_tmpl.u.tex.level = 0;
535 surf_tmpl.u.tex.first_layer = 0;
536 surf_tmpl.u.tex.last_layer = 0;
vs-test.c 421 surf_tmpl.u.tex.level = 0;
422 surf_tmpl.u.tex.first_layer = 0;
423 surf_tmpl.u.tex.last_layer = 0;
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
Scene.java 192 public void appendTextures(Texture2D tex) {
193 if (tex == null) {
196 mTextures.add(tex);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_rast.c 124 zsbuf->u.tex.first_layer,
125 zsbuf->u.tex.level,
310 const unsigned layer = cbuf->u.tex.first_layer;
311 const unsigned level = cbuf->u.tex.level;
  /external/chromium_org/third_party/mesa/src/src/gallium/include/state_tracker/
st_api.h 375 struct pipe_resource *tex, boolean mipmap);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_priv.h 64 struct pipe_resource *tex; member in struct:xa_surface
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_tracker.h 178 xorg_exa_set_texture(PixmapPtr pPixmap, struct pipe_resource *tex);
  /external/deqp/modules/gles3/functional/
es3fVertexTextureTests.cpp 224 * glVertexAttribPointer() (for position and tex coord) or glDrawElements()
402 static inline IVec2 getTextureSize (const glu::Texture2D& tex)
404 const tcu::Texture2D& ref = tex.getRefTexture();
408 static inline IVec2 getTextureSize (const glu::TextureCube& tex)
410 const tcu::TextureCube& ref = tex.getRefTexture();
414 static inline IVec3 getTextureSize (const glu::Texture2DArray& tex)
416 const tcu::Texture2DArray& ref = tex.getRefTexture();
420 static inline IVec3 getTextureSize (const glu::Texture3D& tex)
422 const tcu::Texture3D& ref = tex.getRefTexture();
452 static inline Vec4 sample (const tcu::Texture2D& tex, const Vec2& coord, float lod, const tcu::Sampler& sam) { return tex.sample(sam, coord.x(), coord. (…)
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast.c 124 zsbuf->u.tex.first_layer,
125 zsbuf->u.tex.level,
310 const unsigned layer = cbuf->u.tex.first_layer;
311 const unsigned level = cbuf->u.tex.level;
  /external/mesa3d/src/gallium/include/state_tracker/
st_api.h 375 struct pipe_resource *tex, boolean mipmap);
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_priv.h 64 struct pipe_resource *tex; member in struct:xa_surface
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_tracker.h 178 xorg_exa_set_texture(PixmapPtr pPixmap, struct pipe_resource *tex);
  /frameworks/base/include/private/graphics/
Canvas.h 109 const float* verts, const float* tex, const int* colors,
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
attrib.c 422 GLuint u, tex; local
438 for (tex = 0; tex < NUM_TEXTURE_TARGETS; tex++) {
439 _mesa_reference_texobj(&texstate->SavedTexRef[u][tex],
440 ctx->Texture.Unit[u].CurrentTex[tex]);
446 for (tex = 0; tex < NUM_TEXTURE_TARGETS; tex++) {
447 _mesa_copy_texture_object(&texstate->SavedObj[u][tex],
    [all...]

Completed in 1223 milliseconds

<<11121314151617181920>>