/external/skia/src/gpu/gl/debug/ |
D | GrDebugGL.cpp | 95 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()
|
D | GrTextureUnitObj.cpp | 15 GrAlwaysAssert(fTexture->getBound(this)); in setTexture() 28 GrAlwaysAssert(!fTexture->getBound(this)); in setTexture()
|
D | GrTextureObj.h | 38 bool getBound(GrTextureUnitObj *referee) const { in getBound() function 42 bool getBound() const { in getBound() function
|
D | GrRenderBufferObj.h | 26 bool getBound() const { return fBound; } in getBound() function
|
D | GrBufferObj.h | 43 bool getBound() const { return fBound; } in getBound() function
|
D | GrFrameBufferObj.h | 38 bool getBound() const { return fBound; } in getBound() function
|
D | GrGLCreateDebugInterface.cpp | 108 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/ |
D | GrDebugGL.cpp | 95 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()
|
D | GrTextureUnitObj.cpp | 15 GrAlwaysAssert(fTexture->getBound(this)); in setTexture() 28 GrAlwaysAssert(!fTexture->getBound(this)); in setTexture()
|
D | GrTextureObj.h | 38 bool getBound(GrTextureUnitObj *referee) const { in getBound() function 42 bool getBound() const { in getBound() function
|
D | GrRenderBufferObj.h | 26 bool getBound() const { return fBound; } in getBound() function
|
D | GrBufferObj.h | 43 bool getBound() const { return fBound; } in getBound() function
|
D | GrFrameBufferObj.h | 38 bool getBound() const { return fBound; } in getBound() function
|
D | GrGLCreateDebugInterface.cpp | 108 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/ |
D | Geometry.java | 252 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/ |
D | LetterQuad.java | 89 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/ |
D | EntropyComputeUtil.java | 27 BoundingBox bbox = (BoundingBox) terrainBlock.getBound(); in computeLodEntropy()
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/ |
D | UVCoordinatesGenerator.java | 223 BoundingVolume bv = mesh.getBound(); in getBoundingBox() 262 BoundingVolume bv = mesh.getBound(); in getBoundingSphere()
|
/external/jmonkeyengine/engine/src/test/jme3test/tools/ |
D | TestOctree.java | 120 octBox = tree.getBound(); in simpleInitApp()
|
/external/jmonkeyengine/engine/src/test/jme3test/texture/ |
D | TestTexture3D.java | 43 BoundingBox bb = (BoundingBox) sphere.getBound(); in simpleInitApp()
|
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/ |
D | Octree.java | 130 public BoundingBox getBound(){ in getBound() method in Octree
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
D | coll.h | 948 static int32_t U_EXPORT2 getBound(const uint8_t *source,
|
/external/icu4c/i18n/unicode/ |
D | coll.h | 1016 static int32_t U_EXPORT2 getBound(const uint8_t *source,
|
/external/jmonkeyengine/engine/src/core/com/jme3/effect/ |
D | ParticleEmitter.java | 874 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/ |
D | coll.cpp | 566 int32_t U_EXPORT2 Collator::getBound(const uint8_t *source, in getBound() function in Collator
|