Home
last modified time | relevance | path

Searched refs:getBound (Results 1 – 25 of 29) sorted by relevance

12

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

12