Home
last modified time | relevance | path

Searched refs:getDefaultFixedSampleLocations (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libANGLE/
DFramebuffer.h108 bool getDefaultFixedSampleLocations() const { return mDefaultFixedSampleLocations; } in getDefaultFixedSampleLocations() function
296 bool getDefaultFixedSampleLocations() const;
DFramebuffer.cpp2204 bool Framebuffer::getDefaultFixedSampleLocations() const in getDefaultFixedSampleLocations() function in gl::Framebuffer
2206 return mState.getDefaultFixedSampleLocations(); in getDefaultFixedSampleLocations()
Dqueryutils.cpp1682 *params = ConvertToGLBoolean(framebuffer->getDefaultFixedSampleLocations()); in QueryFramebufferParameteriv()
/external/angle/src/libANGLE/renderer/gl/
DFramebufferGL.cpp1311 gl::ConvertToGLBoolean(mState.getDefaultFixedSampleLocations())); in syncState()
/external/angle/src/libANGLE/capture/
Dframe_capture_utils.cpp454 framebufferState.getDefaultFixedSampleLocations()); in SerializeFramebufferState()