OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isDepth
(Results
1 - 4
of
4
) sorted by null
/external/jmonkeyengine/engine/src/core/com/jme3/texture/
Image.java
261
private boolean
isDepth
;
274
private Format(int bpp, boolean
isDepth
, boolean isCompressed, boolean isFP){
276
this.
isDepth
=
isDepth
;
291
return
isDepth
;
/external/chromium_org/third_party/angle/src/libGLESv2/
Texture.cpp
688
bool Texture2D::
isDepth
(GLint level) const
832
if (
isDepth
(0))
853
if (!
isDepth
(0))
[
all
...]
Texture.h
149
bool
isDepth
(GLint level) const;
libGLESv2.cpp
[
all
...]
Completed in 1474 milliseconds