HomeSort by relevance Sort by last modified time
    Searched defs:tex (Results 226 - 250 of 254) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_state.h 346 } tex; member in union:pipe_surface::__anon14862
370 } tex; member in union:pipe_sampler_view::__anon14865
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
ff_fragment_shader.cpp 1003 "tex");
1005 ir_texture *tex = new(p->mem_ctx) ir_texture(ir_tex); local
1023 tex->set_sampler(deref, glsl_type::vec4_type);
1025 tex->coordinate = new(p->mem_ctx) ir_swizzle(texcoord, 0, 1, 2, 3, coords);
1029 tex->shadow_comparitor = new(p->mem_ctx) ir_swizzle(texcoord,
1036 tex->projector = swizzle_w(texcoord);
1038 p->emit(assign(p->src_texture[unit], tex));
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.cpp 997 GrGLTexture* tex; local
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/material/
Material.java 178 MatParamTexture tex = (MatParamTexture) param; local
179 if (tex.getTextureValue() != null && tex.getTextureValue().getImage() != null) {
183 texId += tex.getTextureValue().getImage().getId() % 0xff;
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 1888 TexInstruction *tex; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_shader.c 442 struct r600_bytecode_tex tex; local
444 tex.inst = bytes[bytes_read++];
445 tex.resource_id = bytes[bytes_read++];
446 tex.src_gpr = bytes[bytes_read++];
447 tex.src_rel = bytes[bytes_read++];
448 tex.dst_gpr = bytes[bytes_read++];
449 tex.dst_rel = bytes[bytes_read++];
450 tex.dst_sel_x = bytes[bytes_read++];
451 tex.dst_sel_y = bytes[bytes_read++];
452 tex.dst_sel_z = bytes[bytes_read++]
3758 struct r600_bytecode_tex tex; local
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.c 2212 struct r600_resource_texture *tex = (void *)resource[i]->base.texture; local
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 346 } tex; member in union:pipe_surface::__anon25227
370 } tex; member in union:pipe_sampler_view::__anon25230
  /external/mesa3d/src/mesa/main/
ff_fragment_shader.cpp 1003 "tex");
1005 ir_texture *tex = new(p->mem_ctx) ir_texture(ir_tex); local
1023 tex->set_sampler(deref, glsl_type::vec4_type);
1025 tex->coordinate = new(p->mem_ctx) ir_swizzle(texcoord, 0, 1, 2, 3, coords);
1029 tex->shadow_comparitor = new(p->mem_ctx) ir_swizzle(texcoord,
1036 tex->projector = swizzle_w(texcoord);
1038 p->emit(assign(p->src_texture[unit], tex));
    [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.cpp 997 GrGLTexture* tex; local
    [all...]
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 281 const float tex[] = {u1,v1, u2,v2, u3,v3, u4,v4}; local
285 attribs[1].set(GL_FLOAT, 2, 8, false, (uint32_t)tex, "ATTRIB_texture0");
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp 119 static ObjectLocalName TextureLocalName(GLenum target,unsigned int tex) {
121 return (tex!=0? tex : ctx->getDefaultTextureName(target));
124 static TextureData* getTextureData(ObjectLocalName tex) {
127 ObjectDataPtr objData = ctx->shareGroup()->getObjectData(TEXTURE,tex);
130 ctx->shareGroup()->setObjectData(TEXTURE, tex, ObjectDataPtr(texData));
139 unsigned int tex = ctx->getBindedTexture(target); local
140 return getTextureData(TextureLocalName(target,tex));
1765 unsigned int tex = ctx->getBindedTexture(target); local
2016 ObjectLocalName tex = TextureLocalName(target,ctx->getBindedTexture(target)); local
    [all...]
  /system/core/libpixelflinger/
scanline.cpp 2121 surface_t* tex = &(c->state.texture[0].surface); local
2167 surface_t* tex = &(c->state.texture[0].surface); local
2235 surface_t* tex = &(c->state.texture[0].surface); local
2326 surface_t* tex = &(c->state.texture[0].surface); local
    [all...]
  /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/mesa/drivers/common/
meta.c 273 struct temp_texture Tex; /**< separate texture from other meta ops */
348 static void cleanup_temp_texture(struct gl_context *ctx, struct temp_texture *tex);
1209 struct temp_texture *tex = &ctx->Meta->TempTex; local
1227 struct temp_texture *tex = &ctx->Meta->Bitmap.Tex; local
1400 struct temp_texture *tex = get_temp_texture(ctx); local
1580 struct temp_texture *tex = get_temp_texture(ctx); local
2106 struct temp_texture *tex = get_temp_texture(ctx); local
2292 struct temp_texture *tex = get_temp_texture(ctx); local
2326 struct temp_texture *tex = get_temp_texture(ctx); local
2358 struct temp_texture *tex = get_temp_texture(ctx); local
2626 struct temp_texture *tex = get_bitmap_temp_texture(ctx); local
3010 GLfloat x, y, tex[3]; member in struct:vertex
3087 GLfloat x, y, tex[3]; member in struct:vertex
3238 GLfloat x, y, tex[3]; member in struct:vertex
3611 GLfloat x, y, tex[3]; member in struct:vertex
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_context.h 66 /* used for both tcl_vtx and vc_frmt tex bits (they are identical) */
316 struct radeon_state_atom tex[3]; member in struct:r100_hw_state
  /external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
OGLESShaderRenderer.java     [all...]
  /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/mesa/drivers/common/
meta.c 273 struct temp_texture Tex; /**< separate texture from other meta ops */
348 static void cleanup_temp_texture(struct gl_context *ctx, struct temp_texture *tex);
1209 struct temp_texture *tex = &ctx->Meta->TempTex; local
1227 struct temp_texture *tex = &ctx->Meta->Bitmap.Tex; local
1400 struct temp_texture *tex = get_temp_texture(ctx); local
1580 struct temp_texture *tex = get_temp_texture(ctx); local
2106 struct temp_texture *tex = get_temp_texture(ctx); local
2292 struct temp_texture *tex = get_temp_texture(ctx); local
2326 struct temp_texture *tex = get_temp_texture(ctx); local
2358 struct temp_texture *tex = get_temp_texture(ctx); local
2626 struct temp_texture *tex = get_bitmap_temp_texture(ctx); local
3010 GLfloat x, y, tex[3]; member in struct:vertex
3087 GLfloat x, y, tex[3]; member in struct:vertex
3238 GLfloat x, y, tex[3]; member in struct:vertex
3611 GLfloat x, y, tex[3]; member in struct:vertex
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_context.h 66 /* used for both tcl_vtx and vc_frmt tex bits (they are identical) */
316 struct radeon_state_atom tex[3]; member in struct:r100_hw_state
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp 173 static ObjectLocalName TextureLocalName(GLenum target, unsigned int tex) {
175 return (tex!=0? tex : ctx->getDefaultTextureName(target));
178 static TextureData* getTextureData(ObjectLocalName tex){
181 if(!ctx->shareGroup()->isObject(TEXTURE,tex))
187 ObjectDataPtr objData = ctx->shareGroup()->getObjectData(TEXTURE,tex);
190 ctx->shareGroup()->setObjectData(TEXTURE, tex, ObjectDataPtr(texData));
199 unsigned int tex = ctx->getBindedTexture(target); local
200 return getTextureData(TextureLocalName(target,tex));
233 TextureData* tex = getTextureData(texture)
1485 unsigned int tex = ctx->getBindedTexture(target); local
1662 ObjectLocalName tex = TextureLocalName(target,ctx->getBindedTexture(target)); local
2278 ObjectLocalName tex = TextureLocalName(GL_TEXTURE_2D,texname); local
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_unittest.cc 1576 cmds::TexSubImage2D tex; member in struct:gpu::gles2::Cmds
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp 3239 WebGLTexture* tex = validateTextureBinding("texImage2D", target, true); local
3502 WebGLTexture* tex = validateTextureBinding("texSubImage2D", target, true); local
4373 WebGLTexture* tex = 0; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_context.h 499 struct radeon_state_atom tex[6]; member in struct:r200_hw_state
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglRenderer.java 1395 Texture tex = rb.getTexture(); local
1500 Texture tex = rb.getTexture(); local
    [all...]

Completed in 740 milliseconds

1 2 3 4 5 6 7 8 91011