OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:textureObject
(Results
1 - 2
of
2
) sorted by null
/external/skia/tests/
SurfaceTest.cpp
430
GrBackendObject
textureObject
= context->getGpu()->createTestingOnlyBackendTexture(nullptr,
437
desc.fTextureHandle =
textureObject
;
448
context->getGpu()->deleteTestingOnlyBackendTexture(
textureObject
);
[
all
...]
/frameworks/native/opengl/libagl/
texture.cpp
633
EGLTextureObject*
textureObject
= c->textures.tmu[c->textures.active].texture;
638
textureObject
->wraps = param;
646
textureObject
->wrapt = param;
658
textureObject
->min_filter = param;
666
textureObject
->mag_filter = param;
672
textureObject
->generate_mipmap = param;
711
EGLTextureObject*
textureObject
= u.texture;
712
const GLint Ucr =
textureObject
->crop_rect[0] << 16;
713
const GLint Vcr =
textureObject
->crop_rect[1] << 16;
714
const GLint Wcr =
textureObject
->crop_rect[2] << 16
[
all
...]
Completed in 203 milliseconds