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

  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 222 glSampleCoveragexOES_client_proc_t glSampleCoveragexOES;
gl_entry.cpp 217 void glSampleCoveragexOES(GLclampx value, GLboolean invert);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles.cpp 1006 void glSampleCoveragexOES(GLclampx value, GLboolean invert)
1008 getDispatch()->glSampleCoveragexOES(value, invert);
    [all...]
gles_dispatch.h 213 glSampleCoveragexOES_t glSampleCoveragexOES;
    [all...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1_wrapper_context.h 222 glSampleCoveragexOES_wrapper_proc_t glSampleCoveragexOES;
gles1_wrapper_entry.cpp 217 void glSampleCoveragexOES(GLclampx value, GLboolean invert);
    [all...]

Completed in 59 milliseconds