HomeSort by relevance Sort by last modified time
    Searched refs:IsInternalTextureTarget (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
Framebuffer.cpp 61 else if (IsInternalTextureTarget(type))
96 if (mColorbufferPointers[colorAttachment].id() == texture && IsInternalTextureTarget(mColorbufferTypes[colorAttachment]))
103 if (mDepthbufferPointer.id() == texture && IsInternalTextureTarget(mDepthbufferType))
109 if (mStencilbufferPointer.id() == texture && IsInternalTextureTarget(mStencilbufferType))
350 else if (IsInternalTextureTarget(mColorbufferTypes[colorAttachment]))
447 else if (IsInternalTextureTarget(mDepthbufferType))
506 else if (IsInternalTextureTarget(mStencilbufferType))
utilities.h 42 bool IsInternalTextureTarget(GLenum target);
utilities.cpp 342 bool IsInternalTextureTarget(GLenum target)
libGLESv2.cpp 1159 if (!gl::IsInternalTextureTarget(target))
    [all...]

Completed in 25 milliseconds