OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExtTexture
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
ExtTexture.java
19
//
ExtTexture
is a texture whose content comes from a external texture.
21
public class
ExtTexture
extends BasicTexture {
25
public
ExtTexture
(GLCanvas canvas, int target) {
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
SurfaceTextureScreenNail.java
24
import com.android.gallery3d.glrenderer.
ExtTexture
;
36
protected
ExtTexture
mExtTexture;
46
mExtTexture = new
ExtTexture
(canvas, GL_TEXTURE_EXTERNAL_OES);
Completed in 58 milliseconds