OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:textureobject
(Results
1 - 5
of
5
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
AnimationFrame.java
33
public AnimationFrame(Texture
textureObject
, float animationHoldTime) {
35
texture =
textureObject
;
39
public AnimationFrame(Texture
textureObject
, float animationHoldTime,
43
texture =
textureObject
;
/external/chromium_org/third_party/angle/src/libGLESv2/
ResourceManager.cpp
178
TextureMap::iterator
textureObject
= mTextureMap.find(texture);
180
if (
textureObject
!= mTextureMap.end())
182
mTextureHandleAllocator.release(
textureObject
->first);
183
if (
textureObject
->second)
textureObject
->second->release();
184
mTextureMap.erase(
textureObject
);
291
Texture *
textureObject
;
295
textureObject
= new Texture2D(mRenderer, texture);
299
textureObject
= new TextureCubeMap(mRenderer, texture);
307
mTextureMap[texture] =
textureObject
;
[
all
...]
libGLESv2.cpp
503
gl::Texture *
textureObject
= context->getTexture(texture);
505
if (
textureObject
&&
textureObject
->getTarget() != target && texture != 0)
[
all
...]
/frameworks/native/opengl/libagl/
texture.cpp
640
EGLTextureObject*
textureObject
= c->textures.tmu[c->textures.active].texture;
645
textureObject
->wraps = param;
653
textureObject
->wrapt = param;
665
textureObject
->min_filter = param;
673
textureObject
->mag_filter = param;
679
textureObject
->generate_mipmap = param;
718
EGLTextureObject*
textureObject
= u.texture;
719
const GLint Ucr =
textureObject
->crop_rect[0] << 16;
720
const GLint Vcr =
textureObject
->crop_rect[1] << 16;
721
const GLint Wcr =
textureObject
->crop_rect[2] << 16
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp
[
all
...]
Completed in 773 milliseconds