Searched refs:IsValidCopyTexImageCombination (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/
H A Dformatutils.h52 bool IsValidCopyTexImageCombination(GLenum textureInternalFormat, GLenum frameBufferInternalFormat, GLuint readBufferHandle, GLuint clientVersion);
H A DvalidationES3.cpp335 if (!gl::IsValidCopyTexImageCombination(textureInternalFormat, colorbufferInternalFormat,
344 if (!gl::IsValidCopyTexImageCombination(internalformat, colorbufferInternalFormat,
H A Dformatutils.cpp1213 bool IsValidCopyTexImageCombination(GLenum textureInternalFormat, GLenum frameBufferInternalFormat, GLuint readBufferHandle, GLuint clientVersion) function in namespace:gl

Completed in 154 milliseconds