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

  /external/skia/src/gpu/gl/
GrGLInterface.cpp 25 GrGLInterface* newInterface = GrGLInterface::NewClone(interface);
27 if (!newInterface->fExtensions.has("GL_EXT_debug_marker")) {
28 newInterface->fExtensions.add("GL_EXT_debug_marker");
31 newInterface->fFunctions.fInsertEventMarker = insertEventMarkerFn;
32 newInterface->fFunctions.fPushGroupMarker = pushGroupMarkerFn;
33 newInterface->fFunctions.fPopGroupMarker = popGroupMarkerFn;
35 return newInterface;
39 GrGLInterface* newInterface = GrGLInterface::NewClone(interface);
41 newInterface->fExtensions.remove("GL_NV_path_rendering");
43 newInterface->fFunctions.fPathCommands = NULL
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLInterface.cpp 25 GrGLInterface* newInterface = GrGLInterface::NewClone(interface);
27 if (!newInterface->fExtensions.has("GL_EXT_debug_marker")) {
28 newInterface->fExtensions.add("GL_EXT_debug_marker");
31 newInterface->fFunctions.fInsertEventMarker = insertEventMarkerFn;
32 newInterface->fFunctions.fPushGroupMarker = pushGroupMarkerFn;
33 newInterface->fFunctions.fPopGroupMarker = popGroupMarkerFn;
35 return newInterface;
39 GrGLInterface* newInterface = GrGLInterface::NewClone(interface);
41 newInterface->fExtensions.remove("GL_NV_path_rendering");
42 newInterface->fFunctions.fPathCommands = NULL
    [all...]
  /external/jdiff/src/jdiff/
ClassDiff.java 112 String newInterface = (String)(iter.next());
113 int idx = Collections.binarySearch(oldClass.implements_, newInterface);
117 addedInterfaces += newInterface;
  /external/guava/guava/lib/
jdiff.jar 

Completed in 1924 milliseconds