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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
DebugContext.java 42 mRS = RenderScript.create(mCtx, RenderScript.ContextType.DEBUG);
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextSkia.h 40 virtual ContextType type() { return PaintingContext; }
PlatformGraphicsContext.h 53 typedef enum { PaintingContext, RecordingContext } ContextType;
54 virtual ContextType type() = 0;
PlatformGraphicsContextRecording.h 72 virtual ContextType type() { return RecordingContext; }
  /frameworks/base/graphics/java/android/renderscript/
RenderScript.java 100 * ContextType specifies the specific type of context to be created.
103 public enum ContextType {
125 ContextType(int id) {
130 ContextType mContextType;
151 native int rsnContextCreate(int dev, int ver, int sdkVer, int contextType);
152 synchronized int nContextCreate(int dev, int ver, int sdkVer, int contextType) {
153 return rsnContextCreate(dev, ver, sdkVer, contextType);
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java 113 * ContextType specifies the specific type of context to be created.
116 public enum ContextType {
138 ContextType(int id) {
145 native int rsnContextCreate(int dev, int ver, int sdkVer, int contextType);
146 synchronized int nContextCreate(int dev, int ver, int sdkVer, int contextType) {
147 return rsnContextCreate(dev, ver, sdkVer, contextType);
    [all...]
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 105 QualType ContextType
113 if (Context.hasSameType(Injected, ContextType))
121 = ClassTemplate->findPartialSpecialization(ContextType))
    [all...]
  /external/chromium/chrome/browser/profiles/
profile_impl.cc 134 enum ContextType {
143 void GetCacheParameters(ContextType type, FilePath* cache_path,
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 144 milliseconds