HomeSort by relevance Sort by last modified time
    Searched refs:glGenTextures (Results 26 - 50 of 284) sorted by null

12 3 4 5 6 7 8 91011>>

  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_ftable.h 91 {"glGenTextures", (void*)glGenTextures},
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_ftable.h 101 {"glGenTextures", (void *)glGenTextures},
  /external/chromium_org/gpu/command_buffer/tests/
gl_texture_storage_unittests.cc 24 glGenTextures(1, &tex_);
gl_copy_texture_CHROMIUM_unittest.cc 26 glGenTextures(2, textures_);
304 glGenTextures(2, texture_ids);
346 glGenTextures(1, &texture_id);
  /external/chromium_org/gpu/tools/compositor_model_bench/
render_model_utils.cc 60 glGenTextures(numTextures, tex_ids_.get());
  /external/chromium_org/third_party/angle_dx11/samples/angle/Simple_Instancing/
Simple_Instancing.c 68 glGenTextures ( 1, &textureId );
  /external/chromium_org/third_party/angle_dx11/samples/gles2_book/MultiTexture/
MultiTexture.c 55 glGenTextures ( 1, &texId );
  /external/chromium_org/third_party/angle_dx11/samples/gles2_book/Simple_TextureCubemap/
Simple_TextureCubemap.c 65 glGenTextures ( 1, &textureId );
  /external/chromium_org/third_party/angle_dx11/samples/gles2_book/TextureWrap/
TextureWrap.c 92 glGenTextures ( 1, &textureId );
  /external/chromium_org/webkit/common/gpu/
gl_bindings_skia_cmd_buffer.cc 57 interface->fGenTextures = glGenTextures;
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GLToolbox.java 58 GLES20.glGenTextures(1, textures, 0);
59 checkGlError("glGenTextures");
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp 102 LOAD_GL_FUNC(glGenTextures);
  /frameworks/native/opengl/tools/glgen/specs/gles11/
checks.spec 45 glGenTextures check textures n
  /cts/tests/src/android/opengl/cts/
CompressedTextureSurfaceView.java 283 GLES20.glGenTextures(1, textures, 0);
340 GLES20.glGenTextures(1, textures, 0);
  /frameworks/native/cmds/flatland/
GLHelper.cpp 160 glGenTextures(1, name);
162 fprintf(stderr, "glGenTextures error: %#x\n", glGetError());
444 glGenTextures(1, &mDitherTexture);
  /frameworks/native/opengl/tests/gl2_copyTexImage/
gl2_copyTexImage.cpp 188 glGenTextures(1, &gTexture);
196 glGenTextures(1, &gBufferTexture);
  /cts/suite/cts/deviceTests/opengl/jni/graphics/
GLUtils.cpp 226 glGenTextures(1, &textureId);
  /cts/tests/tests/media/src/android/media/cts/
TextureRender.java 166 GLES20.glGenTextures(1, textures, 0);
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
SurfaceTextureRenderer.java 203 GLES20.glGenTextures(1, textures, 0);
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
TextureTestRenderer.java 159 gl.glGenTextures(1, textures, 0);
  /development/ndk/platforms/android-14/samples/native-media/src/com/example/nativemedia/
MyGLSurfaceView.java 182 GLES20.glGenTextures(1, textures, 0);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
GLES20TriangleRenderer.java 122 GLES20.glGenTextures(1, textures, 0);
StaticTriangleRenderer.java 100 glGenTextures(1, textures, 0);
TriangleRenderer.java 72 gl.glGenTextures(1, textures, 0);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 274 public void glGenTextures(int n, int[] textures, int offset) {
275 mgl.glGenTextures(n, textures, offset);
278 public void glGenTextures(int n, IntBuffer textures) {
279 mgl.glGenTextures(n, textures);

Completed in 3048 milliseconds

12 3 4 5 6 7 8 91011>>