Home
last modified time | relevance | path

Searched refs:textures (Results 1 – 11 of 11) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DLabelMaker.java82 int[] textures = new int[1]; in initialize() local
83 gl.glGenTextures(1, textures, 0); in initialize()
84 mTextureID = textures[0]; in initialize()
108 int[] textures = new int[1]; in shutdown() local
109 textures[0] = mTextureID; in shutdown()
110 gl.glDeleteTextures(1, textures, 0); in shutdown()
DMatrixTrackingGL.java176 public void glDeleteTextures(int n, int[] textures, int offset) { in glDeleteTextures() argument
177 mgl.glDeleteTextures(n, textures, offset); in glDeleteTextures()
180 public void glDeleteTextures(int n, IntBuffer textures) { in glDeleteTextures() argument
181 mgl.glDeleteTextures(n, textures); in glDeleteTextures()
274 public void glGenTextures(int n, int[] textures, int offset) { in glGenTextures() argument
275 mgl.glGenTextures(n, textures, offset); in glGenTextures()
278 public void glGenTextures(int n, IntBuffer textures) { in glGenTextures() argument
279 mgl.glGenTextures(n, textures); in glGenTextures()
DSpriteTextRenderer.java78 int[] textures = new int[1]; in onSurfaceCreated() local
79 gl.glGenTextures(1, textures, 0); in onSurfaceCreated()
81 mTextureID = textures[0]; in onSurfaceCreated()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DStaticTriangleRenderer.java99 int[] textures = new int[1]; in onSurfaceCreated() local
100 glGenTextures(1, textures, 0); in onSurfaceCreated()
102 mTextureID = textures[0]; in onSurfaceCreated()
DTriangleRenderer.java71 int[] textures = new int[1]; in onSurfaceCreated() local
72 gl.glGenTextures(1, textures, 0); in onSurfaceCreated()
74 mTextureID = textures[0]; in onSurfaceCreated()
DGLES20TriangleRenderer.java121 int[] textures = new int[1]; in onSurfaceCreated() local
122 GLES20.glGenTextures(1, textures, 0); in onSurfaceCreated()
124 mTextureID = textures[0]; in onSurfaceCreated()
DFrameBufferObjectActivity.java176 int[] textures = new int[1]; in createTargetTexture() local
177 gl.glGenTextures(1, textures, 0); in createTargetTexture()
178 texture = textures[0]; in createTargetTexture()
DMatrixPaletteRenderer.java259 int[] textures = new int[1]; in onSurfaceCreated() local
260 gl.glGenTextures(1, textures, 0); in onSurfaceCreated()
262 mTextureID = textures[0]; in onSurfaceCreated()
/development/samples/BasicGLSurfaceView/src/com/example/android/basicglsurfaceview/
DGLES20TriangleRenderer.java119 int[] textures = new int[1]; in onSurfaceCreated() local
120 GLES20.glGenTextures(1, textures, 0); in onSurfaceCreated()
122 mTextureID = textures[0]; in onSurfaceCreated()
/development/samples/browseable/MediaEffects/
D_index.jd9 These APIs let you apply effects to image frames represented as OpenGL ES 2.0 textures.
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
Dcommit.csv42740 …xternal/mesa3d,fake_DXhGfs7UR_mY18oqG-0k3g@fakeemail.com,i965: Validate textures before altering d…
42872 …_vuj7p1mfTiaCPcA0nZPcmA@fakeemail.com,i965/miptree: Enforce that height == 1 for 1-D array textures
42930 …_MVKCSWSCRQa0jK6oYiO_KQ@fakeemail.com,mesa: Make _mesa_choose_tex_format() handle stencil textures.
42983 …_QOU8jBeET_us3_oqFDtr4w@fakeemail.com,freedreno/a4xx: only align slices in non-layer_first textures
43125 …Iepntw-T3KQn7fq13FFdg@fakeemail.com,st/mesa: remove st_context::missing textures and get_passthrou…
43131 …esa3d,fake_QOU8jBeET_us3_oqFDtr4w@fakeemail.com,nv50: adjust blit_3d handling of ms output textures
43294 …nvAn5bkxSxinnsk7Krn4GA@fakeemail.com,st/nine: Fail on D3DUSAGE_DYNAMIC for D3DPOOL_SCRATCH textures
43308 …j7p1mfTiaCPcA0nZPcmA@fakeemail.com,i965/blorp: Use the generic surface state path for gen8 textures
43401 …xternal/mesa3d,fake_iFQ_7R50S7K5HWfjKg_4CQ@fakeemail.com,isl: Only allow Y-tiling for ASTC textures
43512 …al/mesa3d,fake_9jd6BvO8SWawv6X_DibEnA@fakeemail.com,meta: Add rectangle textures to the shader-per…
[all …]