HomeSort by relevance Sort by last modified time
    Searched refs:glSampleCoveragexOES_t (Results 1 - 6 of 6) sorted by null

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 213 glSampleCoveragexOES_t glSampleCoveragexOES;
gl_proc.h 213 typedef void (GL_APIENTRY *glSampleCoveragexOES_t) (GLclampx, GLboolean);
GLDispatch.cpp 230 s_gl.glSampleCoveragexOES = (glSampleCoveragexOES_t) s_gles_lib->findSymbol("glSampleCoveragexOES");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 213 glSampleCoveragexOES_t glSampleCoveragexOES;
    [all...]
gles_proc.h 213 typedef void (* glSampleCoveragexOES_t) (GLclampx, GLboolean);
gles_dispatch.cpp 215 ptr = dlsym(gles_android,"glSampleCoveragexOES"); disp->set_glSampleCoveragexOES((glSampleCoveragexOES_t)ptr);

Completed in 24 milliseconds