OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newInterface
(Results
1 - 3
of
3
) sorted by null
/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 834 milliseconds