Home
last modified time | relevance | path

Searched refs:queryDrawable (Results 1 – 4 of 4) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/glx/
DPbufferSurfaceGLX.cpp60 mGLX.queryDrawable(mPbuffer, GLX_WIDTH, &mWidth); in initialize()
61 mGLX.queryDrawable(mPbuffer, GLX_HEIGHT, &mHeight); in initialize()
DFunctionsGLX.h64 void queryDrawable(glx::Drawable drawable, int attribute, unsigned int *value) const;
DFunctionsGLX.cpp381 void FunctionsGLX::queryDrawable(glx::Drawable drawable, int attribute, unsigned int *value) const in queryDrawable() function in rx::FunctionsGLX
DDisplayGLX.cpp784 mGLX.queryDrawable(drawable, GLX_MAX_SWAP_INTERVAL_EXT, &maxSwapInterval); in setSwapInterval()