HomeSort by relevance Sort by last modified time
    Searched refs:glFinish (Results 1 - 25 of 283) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/gpu/command_buffer/tests/
gl_virtual_contexts_unittest.cc 200 glFinish();
207 glFinish();
213 glFinish();
221 glFinish();
234 glFinish();
241 glFinish();
250 glFinish();
261 glFinish();
271 glFinish();
276 glFinish();
    [all...]
gl_query_unittest.cc 55 glFinish();
95 glFinish();
126 glFinish();
142 glFinish();
185 glFinish();
occlusion_query_unittest.cc 122 glFinish();
138 glFinish();
  /frameworks/native/opengl/tests/finish/
finish.cpp 110 glFinish();
112 printf("glFinish() time = %llu us\n", (t-now)/1000);
124 glFinish();
126 printf("glFinish() time = %llu us\n", (t-now)/1000);
139 glFinish();
141 printf("glFinish() time = %llu us\n", (t-now)/1000);
154 glFinish();
156 printf("glFinish() time = %llu us\n", (t-now)/1000);
171 glFinish();
173 printf("glFinish() time = %llu us\n", (t-now)/1000)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx.c 148 glFinish();
  /external/mesa3d/src/glx/apple/
apple_glx.c 148 glFinish();
  /device/generic/goldfish/opengl/system/GLESv1/
gl.cpp 111 glFinish();
  /device/generic/goldfish/opengl/system/GLESv2/
gl2.cpp 108 glFinish();
  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_atarigl_c.h 61 void (*glFinish)(void);
SDL_atarigl.c 169 this->gl_data->glFinish = SDL_LoadFunction(handle, "glFinish");
176 /* We need either glFinish (OSMesa) or glFlush (TinyGL) */
177 if ((this->gl_data->glFinish == NULL) &&
358 if (this->gl_data->glFinish) {
359 this->gl_data->glFinish();
364 this->gl_data->glFinish();
382 this->gl_data->glFinish = glFinish;
530 if (this->gl_data->glFinish == NULL)
    [all...]
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_ftable.h 55 {"glFinish", (void*)glFinish},
  /external/chromium_org/third_party/mesa/src/src/glx/
applegl_glx.c 95 glFinish();
  /external/mesa3d/src/glx/
applegl_glx.c 95 glFinish();
  /external/deqp/modules/gles3/functional/
es3fSyncTests.cpp 209 glFinish();
238 glFinish();
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
ShaderProgram.java 90 mTimer.start("glFinish");
91 GLES20.glFinish();
92 mTimer.stop("glFinish");
127 GLES20.glFinish();
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_ftable.h 81 {"glFinish", (void*)glFinish},
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_ftable.h 91 {"glFinish", (void *)glFinish},
  /external/chromium_org/content/common/gpu/
image_transport_surface_android.cc 144 glFinish();
  /sdk/emulator/opengl/host/libs/GLESv2_dec/
GL2Decoder.cpp 88 ctx->glFinish();
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp 95 LOAD_GL_FUNC(glFinish);
  /external/chromium_org/gpu/command_buffer/service/
gpu_tracer.cc 394 glFinish();
397 glFinish();
  /external/deqp/framework/egl/
egluStaticES20Library.inl 48 { "glFinish", (deFunctionPtr)glFinish },
  /frameworks/native/opengl/tests/gl_perf/
fill_common.cpp 207 glFinish();
225 glFinish();
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 48 gl->finish = &glFinish;
  /cts/tests/tests/media/src/android/media/cts/
TextureRender.java 130 GLES20.glFinish();

Completed in 1989 milliseconds

1 2 3 4 5 6 7 8 91011>>