Searched refs:getBound (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/third_party/skia/src/gpu/gl/debug/
H A DGrTextureUnitObj.cpp15 GrAlwaysAssert(fTexture->getBound(this));
28 GrAlwaysAssert(!fTexture->getBound(this));
H A DGrRenderBufferObj.h26 bool getBound() const { return fBound; } function in class:GrRenderBufferObj
H A DGrDebugGL.cpp95 GrAlwaysAssert(fArrayBuffer->getBound());
108 GrAlwaysAssert(!fArrayBuffer->getBound());
123 GrAlwaysAssert(fElementArrayBuffer->getBound());
136 GrAlwaysAssert(!fElementArrayBuffer->getBound());
147 GrAlwaysAssert(fFrameBuffer->getBound());
160 GrAlwaysAssert(!fFrameBuffer->getBound());
167 GrAlwaysAssert(fRenderBuffer->getBound());
180 GrAlwaysAssert(!fRenderBuffer->getBound());
H A DGrTextureObj.h38 bool getBound(GrTextureUnitObj *referee) const { function in class:GrTextureObj
42 bool getBound() const { function in class:GrTextureObj
H A DGrBufferObj.h43 bool getBound() const { return fBound; } function in class:GrBufferObj
H A DGrFrameBufferObj.h38 bool getBound() const { return fBound; } function in class:GrFrameBufferObj
H A DGrGLCreateDebugInterface.cpp101 GrAlwaysAssert(buffer->getBound());
283 GrAlwaysAssert(!buffer->getBound());
441 GrAlwaysAssert(!texture->getBound());
/external/skia/src/gpu/gl/debug/
H A DGrTextureUnitObj.cpp15 GrAlwaysAssert(fTexture->getBound(this));
28 GrAlwaysAssert(!fTexture->getBound(this));
H A DGrRenderBufferObj.h26 bool getBound() const { return fBound; } function in class:GrRenderBufferObj
H A DGrDebugGL.cpp95 GrAlwaysAssert(fArrayBuffer->getBound());
108 GrAlwaysAssert(!fArrayBuffer->getBound());
123 GrAlwaysAssert(fElementArrayBuffer->getBound());
136 GrAlwaysAssert(!fElementArrayBuffer->getBound());
147 GrAlwaysAssert(fFrameBuffer->getBound());
160 GrAlwaysAssert(!fFrameBuffer->getBound());
167 GrAlwaysAssert(fRenderBuffer->getBound());
180 GrAlwaysAssert(!fRenderBuffer->getBound());
H A DGrTextureObj.h38 bool getBound(GrTextureUnitObj *referee) const { function in class:GrTextureObj
42 bool getBound() const { function in class:GrTextureObj
H A DGrBufferObj.h43 bool getBound() const { return fBound; } function in class:GrBufferObj
H A DGrFrameBufferObj.h38 bool getBound() const { return fBound; } function in class:GrFrameBufferObj
H A DGrGLCreateDebugInterface.cpp101 GrAlwaysAssert(buffer->getBound());
283 GrAlwaysAssert(!buffer->getBound());
441 GrAlwaysAssert(!texture->getBound());
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DGeometry.java252 return mesh.getBound();
278 if (mesh.getBound() != null) {
282 worldBound = mesh.getBound().clone(worldBound);
284 worldBound = mesh.getBound().transform(worldTransform, worldBound);
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/util/
H A DEntropyComputeUtil.java27 BoundingBox bbox = (BoundingBox) terrainBlock.getBound();
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DLetterQuad.java89 private Rectangle getBound(StringBlock block) { method in class:LetterQuad
253 final Rectangle bound = getBound(block);
258 x0 = getBound(block).x;
354 return getBound(block).y;
/external/jmonkeyengine/engine/src/test/jme3test/texture/
H A DTestTexture3D.java43 BoundingBox bb = (BoundingBox) sphere.getBound();
/external/jmonkeyengine/engine/src/test/jme3test/tools/
H A DTestOctree.java120 octBox = tree.getBound();
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
H A DOctree.java130 public BoundingBox getBound(){ method in class:Octree
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
H A DUVCoordinatesGenerator.java223 BoundingVolume bv = mesh.getBound();
262 BoundingVolume bv = mesh.getBound();
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dcoll.h948 static int32_t U_EXPORT2 getBound(const uint8_t *source,
/external/icu4c/i18n/unicode/
H A Dcoll.h1016 static int32_t U_EXPORT2 getBound(const uint8_t *source,
/external/jmonkeyengine/engine/src/core/com/jme3/effect/
H A DParticleEmitter.java874 BoundingBox bbox = (BoundingBox) this.getMesh().getBound();
1019 BoundingBox bbox = (BoundingBox) this.getMesh().getBound();
/external/chromium_org/third_party/icu/source/i18n/
H A Dcoll.cpp566 int32_t U_EXPORT2 Collator::getBound(const uint8_t *source, function in class:Collator

Completed in 475 milliseconds

12