|
VendorID | rx::GetVendorID (const FunctionsGL *functions) |
|
void | rx::nativegl_gl::GenerateCaps (const FunctionsGL *functions, gl::Caps *caps, gl::TextureCapsMap *textureCapsMap, gl::Extensions *extensions, gl::Version *maxSupportedESVersion) |
|
void | rx::nativegl_gl::GenerateWorkarounds (const FunctionsGL *functions, WorkaroundsGL *workarounds) |
|
bool | rx::CanMapBufferForRead (const FunctionsGL *functions) |
|
uint8_t * | rx::MapBufferRangeWithFallback (const FunctionsGL *functions, GLenum target, size_t offset, size_t length, GLbitfield access) |
|
gl::ErrorOrResult< bool > | rx::ShouldApplyLastRowPaddingWorkaround (const gl::Extents &size, const gl::PixelStoreStateBase &state, GLenum format, GLenum type, bool is3D, const void *pixels) |
|