HomeSort by relevance Sort by last modified time
    Searched defs:tex (Results 51 - 75 of 75) sorted by null

1 23

  /external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
TextureAtlas.java 401 Texture2D tex = new Texture2D(new Image(format, atlasWidth, atlasHeight, BufferUtils.createByteBuffer(image))); local
402 tex.setMagFilter(Texture.MagFilter.Bilinear);
403 tex.setMinFilter(Texture.MinFilter.BilinearNearestMipMap);
404 tex.setWrap(Texture.WrapMode.Clamp);
405 return tex;
439 Texture tex = getMaterialTexture(geom, "DiffuseMap"); local
440 if (tex == null) {
441 tex = getMaterialTexture(geom, "ColorMap");
444 if (tex != null) {
445 TextureAtlasTile tile = getAtlasTile(tex);
654 Vector2f tex = new Vector2f(); local
    [all...]
  /frameworks/native/opengl/libagl/
texture.cpp 33 ogles_context_t* c, int tmu, GLuint texture, const sp<EGLTextureObject>& tex);
310 sp<EGLTextureObject> tex; local
323 tex = c->textures.defaultTexture;
325 if (c->textures.tmu[i].texture == tex.get())
330 tex = c->surfaceManager->replaceTexture(name);
335 u.texture = tex.get();
339 return tex;
343 ogles_context_t* c, int tmu, GLuint texture, const sp<EGLTextureObject>& tex)
345 if (tex.get() == c->textures.tmu[tmu].texture)
355 u.texture = tex.get()
385 EGLTextureObject* tex = c->textures.tmu[active].texture; local
396 sp<EGLTextureObject> tex = getAndBindActiveTextureObject(c); local
621 EGLTextureObject* tex = c->textures.tmu[active].texture; local
874 sp<EGLTextureObject> tex; local
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
TextureHelper.java 147 * @param tex
155 public Texture getTexture(Structure tex, BlenderContext blenderContext) throws BlenderFileException {
156 Texture result = (Texture) blenderContext.getLoadedFeature(tex.getOldMemoryAddress(), LoadedFeatureDataType.LOADED_FEATURE);
160 int type = ((Number) tex.getFieldValue("type")).intValue();
167 Pointer pImage = (Pointer) tex.getFieldValue("ima");
184 result = textureGenerator.generate(tex, width, height, depth, blenderContext);
196 LOGGER.log(Level.WARNING, "Unsupported texture type: {0} for texture: {1}", new Object[]{type, tex.getName()});
199 throw new BlenderFileException("Unknown texture type: " + type + " for texture: " + tex.getName());
202 result.setName(tex.getName());
207 result.setKey(new GeneratedTextureKey(tex.getName()));
    [all...]
  /external/quake/quake/src/QW/client/
gl_model.c 710 mtexinfo_t *tex; local
716 tex = s->texinfo;
728 val = v->position[0] * tex->vecs[j][0] +
729 v->position[1] * tex->vecs[j][1] +
730 v->position[2] * tex->vecs[j][2] +
731 tex->vecs[j][3];
746 if ( !(tex->flags & TEX_SPECIAL) && s->extents[i] > 512 /* 256 */ )
    [all...]
gl_rsurf.c 77 mtexinfo_t *tex; local
81 tex = surf->texinfo;
103 local[0] = DotProduct (impact, tex->vecs[0]) + tex->vecs[0][3];
104 local[1] = DotProduct (impact, tex->vecs[1]) + tex->vecs[1][3];
    [all...]
model.c 701 mtexinfo_t *tex; local
707 tex = s->texinfo;
719 val = v->position[0] * tex->vecs[j][0] +
720 v->position[1] * tex->vecs[j][1] +
721 v->position[2] * tex->vecs[j][2] +
722 tex->vecs[j][3];
737 if ( !(tex->flags & TEX_SPECIAL) && s->extents[i] > 256)
    [all...]
  /external/quake/quake/src/WinQuake/
gl_model.cpp 710 mtexinfo_t *tex; local
716 tex = s->texinfo;
728 val = v->position[0] * tex->vecs[j][0] +
729 v->position[1] * tex->vecs[j][1] +
730 v->position[2] * tex->vecs[j][2] +
731 tex->vecs[j][3];
746 if ( !(tex->flags & TEX_SPECIAL) && s->extents[i] > 512 /* 256 */ )
    [all...]
gl_rsurf.cpp 77 mtexinfo_t *tex; local
81 tex = surf->texinfo;
103 local[0] = DotProduct (impact, tex->vecs[0]) + tex->vecs[0][3];
104 local[1] = DotProduct (impact, tex->vecs[1]) + tex->vecs[1][3];
    [all...]
model.cpp 719 mtexinfo_t *tex; local
725 tex = s->texinfo;
737 val = v->position[0] * tex->vecs[j][0] +
738 v->position[1] * tex->vecs[j][1] +
739 v->position[2] * tex->vecs[j][2] +
740 tex->vecs[j][3];
755 if ( !(tex->flags & TEX_SPECIAL) && s->extents[i] > 256)
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
HudSystem.java 283 Texture tex = mFuelDrawable.getTexture(); local
284 mFuelDrawable.resize(tex.width, tex.height);
323 Texture tex = bitmap.getTexture(); local
324 bitmap.resize(tex.width, tex.height);
341 Texture tex = bitmap.getTexture(); local
342 bitmap.resize(tex.width, tex.height);
343 bitmap.setWidth((int)(tex.width * STOMP_BUTTON_SCALE))
355 Texture tex = mMovementSliderBaseDrawable.getTexture(); local
361 Texture tex = mMovementSliderButtonDrawable.getTexture(); local
367 Texture tex = mMovementSliderButtonDepressedDrawable.getTexture(); local
386 Texture tex = mCoinDrawable.getTexture(); local
406 Texture tex = mRubyDrawable.getTexture(); local
480 Texture tex = mDigitDrawables[x].getTexture(); local
487 Texture tex = mXDrawable.getTexture(); local
    [all...]
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
ColladaParser.java 335 Texture2D tex = getTexture(samplerName); local
337 texP.setTexture(tex);
339 //Log.v(TAG, "Extracted texture " + tex);
479 Texture2D tex = new Texture2D(); local
480 tex.setFileName(file);
481 tex.setFileDir(mRootDir);
482 mScene.appendTextures(tex);
483 mImages.put(id, tex);
  /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/skia/gm/
gmmain.cpp 1511 GrTexture* tex = gr->createUncachedTexture(desc, NULL, 0); local
    [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.cpp 1024 GrGLTexture* tex; local
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
libGLESv2.cpp 1999 gl::Texture *tex = context->getTexture(texture); 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/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
OGLESShaderRenderer.java     [all...]
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.cpp 4168 WebGLTexture* tex = 0; local
    [all...]
  /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/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglRenderer.java 1395 Texture tex = rb.getTexture(); local
1500 Texture tex = rb.getTexture(); local
    [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 

Completed in 2996 milliseconds

1 23