Searched refs:IsTextureFilteringSupported (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/
H A Dformatutils.h79 bool IsTextureFilteringSupported(GLenum internalFormat, const rx::Renderer *renderer);
80 bool IsTextureFilteringSupported(GLenum internalFormat, const Context *context);
H A DTexture.cpp779 if (!IsTextureFilteringSupported(getInternalFormat(0), mRenderer))
1222 if (!IsTextureFilteringSupported(getInternalFormat(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0), mRenderer))
1965 if (!IsTextureFilteringSupported(getInternalFormat(0), mRenderer))
2518 if (!IsTextureFilteringSupported(getBaseLevelInternalFormat(), mRenderer))
H A Dformatutils.cpp1628 bool IsTextureFilteringSupported(GLenum internalFormat, const rx::Renderer *renderer) function in namespace:gl
1642 bool IsTextureFilteringSupported(GLenum internalFormat, const Context *context) function in namespace:gl
H A DlibGLESv2.cpp2103 !gl::IsTextureFilteringSupported(internalFormat, context) ||

Completed in 78 milliseconds