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

  /external/chromium_org/gpu/command_buffer/client/
share_group.h 21 typedef void (GLES2Implementation::*DeleteFn)(GLsizei n, const GLuint* ids);
37 DeleteFn delete_fn) = 0;
share_group.cc 43 GLsizei n, const GLuint* ids, DeleteFn delete_fn) OVERRIDE {
93 GLsizei n, const GLuint* ids, DeleteFn delete_fn) OVERRIDE {
129 DeleteFn delete_fn) OVERRIDE {
167 DeleteFn delete_fn) OVERRIDE {
  /external/llvm/tools/llvm-extract/
llvm-extract.cpp 49 DeleteFn("delete", cl::desc("Delete specified Globals from Module"));
217 if (!DeleteFn)
261 Passes.add(createGVExtractionPass(Gvs, DeleteFn));
262 if (!DeleteFn)
  /bootable/recovery/updater/
install.c 323 Value* DeleteFn(const char* name, State* state, int argc, Expr* argv[]) {
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
rbnf.cpp 349 DeleteFn(void* p) {
391 VArray array(DeleteFn);
    [all...]
  /external/icu4c/i18n/
rbnf.cpp 347 DeleteFn(void* p) {
389 VArray array(DeleteFn);
    [all...]

Completed in 225 milliseconds