OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsDepthTexture
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/
utilities.h
39
bool
IsDepthTexture
(GLenum format);
Framebuffer.cpp
371
if (gl::
IsDepthTexture
(internalformat) || gl::IsStencilTexture(internalformat))
457
if (!gl::
IsDepthTexture
(internalformat))
utilities.cpp
259
bool
IsDepthTexture
(GLenum format)
Texture.cpp
690
return
IsDepthTexture
(getInternalFormat(level));
[
all
...]
libGLESv2.cpp
[
all
...]
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
renderer9_utils.cpp
349
if (d3dformat == D3DFMT_INTZ && gl::
IsDepthTexture
(format))
Completed in 878 milliseconds