Home
last modified time | relevance | path

Searched refs:mAttribValues (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/gl/
DEmulatedEglConfig.h54 GLuint getDepthSize() const { return mAttribValues[0]; } in getDepthSize()
57 GLuint getStencilSize() const { return mAttribValues[1]; } in getStencilSize()
60 GLuint getRenderableType() const { return mAttribValues[2]; } in getRenderableType()
63 GLuint getSurfaceType() const { return mAttribValues[3]; } in getSurfaceType()
67 GLint getConfigId() const { return (GLint)mAttribValues[4]; } in getConfigId()
79 std::vector<GLint> mAttribValues; variable
DEmulatedEglConfig.cpp109 mAttribValues(kConfigAttributesLen), in EmulatedEglConfig()
112 mAttribValues[i] = 0; in EmulatedEglConfig()
116 &mAttribValues[i]); in EmulatedEglConfig()
121 mAttribValues[i] |= EGL_WINDOW_BIT; in EmulatedEglConfig()
126 if (!mGlesDynamicVersion && mAttribValues[i] & EGL_OPENGL_ES3_BIT) { in EmulatedEglConfig()
127 mAttribValues[i] &= ~EGL_OPENGL_ES3_BIT; in EmulatedEglConfig()
289 mConfigs[i].mAttribValues.data(), in packConfigs()