OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBound
(Results
1 - 25
of
33
) sorted by null
1
2
/external/chromium_org/third_party/skia/src/gpu/gl/debug/
GrTextureUnitObj.cpp
15
GrAlwaysAssert(fTexture->
getBound
(this));
28
GrAlwaysAssert(!fTexture->
getBound
(this));
GrTextureObj.h
38
bool
getBound
(GrTextureUnitObj *referee) const {
42
bool
getBound
() const {
GrRenderBufferObj.h
26
bool
getBound
() const { return fBound; }
GrDebugGL.cpp
95
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
());
GrBufferObj.h
43
bool
getBound
() const { return fBound; }
GrFrameBufferObj.h
38
bool
getBound
() const { return fBound; }
GrGLCreateDebugInterface.cpp
108
GrAlwaysAssert(buffer->
getBound
());
290
GrAlwaysAssert(!buffer->
getBound
());
448
GrAlwaysAssert(!texture->
getBound
());
[
all
...]
/external/skia/src/gpu/gl/debug/
GrTextureUnitObj.cpp
15
GrAlwaysAssert(fTexture->
getBound
(this));
28
GrAlwaysAssert(!fTexture->
getBound
(this));
GrTextureObj.h
38
bool
getBound
(GrTextureUnitObj *referee) const {
42
bool
getBound
() const {
GrRenderBufferObj.h
26
bool
getBound
() const { return fBound; }
GrDebugGL.cpp
95
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
());
GrBufferObj.h
43
bool
getBound
() const { return fBound; }
GrFrameBufferObj.h
38
bool
getBound
() const { return fBound; }
GrGLCreateDebugInterface.cpp
108
GrAlwaysAssert(buffer->
getBound
());
290
GrAlwaysAssert(!buffer->
getBound
());
448
GrAlwaysAssert(!texture->
getBound
());
[
all
...]
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
Geometry.java
252
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/
EntropyComputeUtil.java
27
BoundingBox bbox = (BoundingBox) terrainBlock.
getBound
();
/external/jmonkeyengine/engine/src/core/com/jme3/font/
LetterQuad.java
89
private Rectangle
getBound
(StringBlock block) {
253
final Rectangle bound =
getBound
(block);
258
x0 =
getBound
(block).x;
354
return
getBound
(block).y;
/external/jmonkeyengine/engine/src/test/jme3test/texture/
TestTexture3D.java
43
BoundingBox bb = (BoundingBox) sphere.
getBound
();
/external/jmonkeyengine/engine/src/test/jme3test/tools/
TestOctree.java
120
octBox = tree.
getBound
();
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
Octree.java
130
public BoundingBox
getBound
(){
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
UVCoordinatesGenerator.java
223
BoundingVolume bv = mesh.
getBound
();
262
BoundingVolume bv = mesh.
getBound
();
/external/chromium_org/third_party/icu/source/i18n/unicode/
coll.h
[
all
...]
/external/icu4c/i18n/unicode/
coll.h
[
all
...]
/external/jmonkeyengine/engine/src/core/com/jme3/effect/
ParticleEmitter.java
874
BoundingBox bbox = (BoundingBox) this.getMesh().
getBound
();
1019
BoundingBox bbox = (BoundingBox) this.getMesh().
getBound
();
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
coll.cpp
566
int32_t U_EXPORT2 Collator::
getBound
(const uint8_t *source,
Completed in 806 milliseconds
1
2