Searched refs:validate (Results 1 - 25 of 38) sorted by relevance

12

/frameworks/base/graphics/java/android/renderscript/
H A DRenderScriptGL.java56 validate();
62 validate();
67 validate();
73 validate();
78 validate();
83 validate();
88 validate();
93 validate();
H A DAllocation.java48 mRS.validate();
53 mRS.validate();
58 mRS.validate();
63 mRS.validate();
67 mRS.validate();
71 mRS.validate();
75 mRS.validate();
80 mRS.validate();
113 mRS.validate();
118 mRS.validate();
[all...]
H A DLight.java33 mRS.validate();
38 mRS.validate();
70 mRS.validate();
H A DProgramRaster.java49 mRS.validate();
55 mRS.validate();
103 mRS.validate();
H A DScript.java51 mRS.validate();
56 mRS.validate();
61 mRS.validate();
66 mRS.validate();
71 mRS.validate();
H A DBaseObj.java28 rs.validate();
H A DProgram.java51 mRS.validate();
61 mRS.validate();
H A DProgramFragment.java39 mRS.validate();
122 mRS.validate();
H A DSimpleMesh.java38 mRS.validate();
43 mRS.validate();
48 mRS.validate();
53 mRS.validate();
169 mRS.validate();
H A DProgramVertex.java37 mRS.validate();
66 mRS.validate();
H A DRenderScript.java242 void validate() { method in class:RenderScript
249 validate();
306 validate();
311 validate();
H A DProgramStore.java165 mRS.validate();
H A DSampler.java125 mRS.validate();
/frameworks/base/core/java/com/android/internal/util/
H A DCharSequences.java63 validate(start, end, bytes.length);
76 validate(newStart, newEnd, length());
86 static void validate(int start, int end, int length) { method in class:CharSequences
/frameworks/base/awt/java/awt/image/
H A DVolatileImage.java127 public abstract int validate(GraphicsConfiguration gc); method in class:VolatileImage
H A DAwtImageBackdoorAccessorImpl.java148 public void validate(DataBuffer db) { method in class:AwtImageBackdoorAccessorImpl
149 db.validate();
H A DDataBuffer.java477 void validate() { method in class:DataBuffer
/frameworks/base/awt/org/apache/harmony/awt/gl/
H A DAwtImageBackdoorAccessor.java64 public abstract void validate(DataBuffer db); method in class:AwtImageBackdoorAccessor
H A DImageSurface.java233 validate();
307 public void validate(){ method in class:ImageSurface
314 ba.validate(raster.getDataBuffer());
/frameworks/base/libs/surfaceflinger_client/
H A DSurface.cpp158 status_t err = validate();
164 status_t err = validate();
170 status_t err = validate();
176 status_t err = validate();
182 status_t err = validate();
188 status_t err = validate();
194 status_t err = validate();
200 status_t err = validate();
206 status_t err = validate();
212 status_t err = validate();
229 status_t SurfaceControl::validate() const function in class:android::SurfaceControl
390 status_t Surface::validate() const function in class:android::Surface
[all...]
/frameworks/base/include/private/ui/
H A Dsw_gralloc_handle.h58 static int validate(const native_handle* h) { function in struct:android::sw_gralloc_handle_t
/frameworks/base/libs/ui/
H A DGraphicBufferMapper.cpp60 if (sw_gralloc_handle_t::validate(handle) < 0) {
73 if (sw_gralloc_handle_t::validate(handle) < 0) {
87 if (sw_gralloc_handle_t::validate(handle) < 0) {
103 if (sw_gralloc_handle_t::validate(handle) < 0) {
H A DRegion.cpp79 validate(rhs, "operator=");
116 validate(*this, "addRectUnchecked");
323 bool Region::validate(const Region& reg, const char* name)
384 validate(lhs, "boolean_operation: lhs");
385 validate(rhs, "boolean_operation: rhs");
386 validate(dst, "boolean_operation: dst");
505 validate(reg, "translate (before)");
516 validate(reg, "translate (after)");
532 validate(*this, "write(buffer)");
559 validate(*thi
[all...]
/frameworks/base/awt/org/apache/harmony/awt/gl/render/
H A DNativeImageBlitter.java155 srcSurf.validate();
162 srcSurf.validate();
171 srcSurf.validate();
192 srcSurf.validate();
/frameworks/base/include/surfaceflinger/
H A DSurface.h112 status_t validate() const;
193 status_t validate() const;

Completed in 151 milliseconds

12