Romain Guy | fb8b763 | 2010-08-23 21:05:08 -0700 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2010 The Android Open Source Project |
| 3 | * |
| 4 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | * you may not use this file except in compliance with the License. |
| 6 | * You may obtain a copy of the License at |
| 7 | * |
| 8 | * http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | * |
| 10 | * Unless required by applicable law or agreed to in writing, software |
| 11 | * distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | * See the License for the specific language governing permissions and |
| 14 | * limitations under the License. |
| 15 | */ |
| 16 | |
Romain Guy | 5b3b352 | 2010-10-27 18:57:51 -0700 | [diff] [blame] | 17 | #ifndef ANDROID_HWUI_CACHES_H |
| 18 | #define ANDROID_HWUI_CACHES_H |
Romain Guy | fb8b763 | 2010-08-23 21:05:08 -0700 | [diff] [blame] | 19 | |
Romain Guy | a2341a9 | 2010-09-08 18:04:33 -0700 | [diff] [blame] | 20 | #ifndef LOG_TAG |
| 21 | #define LOG_TAG "OpenGLRenderer" |
| 22 | #endif |
Romain Guy | fb8b763 | 2010-08-23 21:05:08 -0700 | [diff] [blame] | 23 | |
Romain Guy | 3b748a4 | 2013-04-17 18:54:38 -0700 | [diff] [blame] | 24 | #include <GLES3/gl3.h> |
| 25 | |
| 26 | #include <utils/KeyedVector.h> |
Romain Guy | fb8b763 | 2010-08-23 21:05:08 -0700 | [diff] [blame] | 27 | #include <utils/Singleton.h> |
Romain Guy | 3b748a4 | 2013-04-17 18:54:38 -0700 | [diff] [blame] | 28 | #include <utils/Vector.h> |
Romain Guy | fb8b763 | 2010-08-23 21:05:08 -0700 | [diff] [blame] | 29 | |
Romain Guy | 7953745 | 2011-10-12 13:48:51 -0700 | [diff] [blame] | 30 | #include <cutils/compiler.h> |
| 31 | |
Romain Guy | 5dc7fa7 | 2013-03-11 20:48:31 -0700 | [diff] [blame] | 32 | #include "thread/TaskProcessor.h" |
| 33 | #include "thread/TaskManager.h" |
| 34 | |
Romain Guy | 3b748a4 | 2013-04-17 18:54:38 -0700 | [diff] [blame] | 35 | #include "AssetAtlas.h" |
Leon Scroggins III | 0fa2bd6 | 2014-05-05 12:50:38 -0400 | [diff] [blame] | 36 | #include "Extensions.h" |
Romain Guy | 03750a0 | 2010-10-18 14:06:08 -0700 | [diff] [blame] | 37 | #include "FontRenderer.h" |
| 38 | #include "GammaFontRenderer.h" |
Romain Guy | fb8b763 | 2010-08-23 21:05:08 -0700 | [diff] [blame] | 39 | #include "TextureCache.h" |
| 40 | #include "LayerCache.h" |
Romain Guy | 8d4aeb7 | 2013-02-12 16:08:55 -0800 | [diff] [blame] | 41 | #include "RenderBufferCache.h" |
Romain Guy | fb8b763 | 2010-08-23 21:05:08 -0700 | [diff] [blame] | 42 | #include "GradientCache.h" |
| 43 | #include "PatchCache.h" |
Romain Guy | fb8b763 | 2010-08-23 21:05:08 -0700 | [diff] [blame] | 44 | #include "ProgramCache.h" |
Romain Guy | ff26a0c | 2011-01-20 11:35:46 -0800 | [diff] [blame] | 45 | #include "PathCache.h" |
Chris Craik | 05f3d6e | 2014-06-02 16:27:04 -0700 | [diff] [blame^] | 46 | #include "TessellationCache.h" |
Romain Guy | fb8b763 | 2010-08-23 21:05:08 -0700 | [diff] [blame] | 47 | #include "TextDropShadowCache.h" |
Romain Guy | e2d345e | 2010-09-24 18:39:22 -0700 | [diff] [blame] | 48 | #include "FboCache.h" |
Chet Haase | 5c13d89 | 2010-10-08 08:37:55 -0700 | [diff] [blame] | 49 | #include "ResourceCache.h" |
Romain Guy | 0baaac5 | 2012-08-31 20:31:01 -0700 | [diff] [blame] | 50 | #include "Stencil.h" |
Romain Guy | 211efea | 2012-07-31 21:16:07 -0700 | [diff] [blame] | 51 | #include "Dither.h" |
Romain Guy | fb8b763 | 2010-08-23 21:05:08 -0700 | [diff] [blame] | 52 | |
| 53 | namespace android { |
| 54 | namespace uirenderer { |
| 55 | |
Romain Guy | 03750a0 | 2010-10-18 14:06:08 -0700 | [diff] [blame] | 56 | /////////////////////////////////////////////////////////////////////////////// |
| 57 | // Globals |
| 58 | /////////////////////////////////////////////////////////////////////////////// |
| 59 | |
Romain Guy | 8aa195d | 2013-06-04 18:00:09 -0700 | [diff] [blame] | 60 | // GL ES 2.0 defines that at least 16 texture units must be supported |
Romain Guy | 03750a0 | 2010-10-18 14:06:08 -0700 | [diff] [blame] | 61 | #define REQUIRED_TEXTURE_UNITS_COUNT 3 |
| 62 | |
Romain Guy | 31e08e9 | 2013-06-18 15:53:53 -0700 | [diff] [blame] | 63 | // Maximum number of quads that pre-allocated meshes can draw |
| 64 | static const uint32_t gMaxNumberOfQuads = 2048; |
Romain Guy | 5b3b352 | 2010-10-27 18:57:51 -0700 | [diff] [blame] | 65 | |
Romain Guy | 03750a0 | 2010-10-18 14:06:08 -0700 | [diff] [blame] | 66 | // Generates simple and textured vertices |
Romain Guy | 3380cfd | 2013-08-15 16:57:57 -0700 | [diff] [blame] | 67 | #define FV(x, y, u, v) { x, y, u, v } |
Romain Guy | 03750a0 | 2010-10-18 14:06:08 -0700 | [diff] [blame] | 68 | |
| 69 | // This array is never used directly but used as a memcpy source in the |
| 70 | // OpenGLRenderer constructor |
| 71 | static const TextureVertex gMeshVertices[] = { |
| 72 | FV(0.0f, 0.0f, 0.0f, 0.0f), |
| 73 | FV(1.0f, 0.0f, 1.0f, 0.0f), |
| 74 | FV(0.0f, 1.0f, 0.0f, 1.0f), |
| 75 | FV(1.0f, 1.0f, 1.0f, 1.0f) |
| 76 | }; |
| 77 | static const GLsizei gMeshStride = sizeof(TextureVertex); |
Chet Haase | 5b0200b | 2011-04-13 17:58:08 -0700 | [diff] [blame] | 78 | static const GLsizei gVertexStride = sizeof(Vertex); |
| 79 | static const GLsizei gAlphaVertexStride = sizeof(AlphaVertex); |
Romain Guy | 03750a0 | 2010-10-18 14:06:08 -0700 | [diff] [blame] | 80 | static const GLsizei gMeshTextureOffset = 2 * sizeof(float); |
Chris Craik | 6ebdc11 | 2012-08-31 18:24:33 -0700 | [diff] [blame] | 81 | static const GLsizei gVertexAlphaOffset = 2 * sizeof(float); |
Chet Haase | 99585ad | 2011-05-02 15:00:16 -0700 | [diff] [blame] | 82 | static const GLsizei gVertexAAWidthOffset = 2 * sizeof(float); |
| 83 | static const GLsizei gVertexAALengthOffset = 3 * sizeof(float); |
Romain Guy | 03750a0 | 2010-10-18 14:06:08 -0700 | [diff] [blame] | 84 | static const GLsizei gMeshCount = 4; |
| 85 | |
Romain Guy | 8aa195d | 2013-06-04 18:00:09 -0700 | [diff] [blame] | 86 | // Must define as many texture units as specified by REQUIRED_TEXTURE_UNITS_COUNT |
Romain Guy | a1d3c91 | 2011-12-13 14:55:06 -0800 | [diff] [blame] | 87 | static const GLenum gTextureUnits[] = { |
| 88 | GL_TEXTURE0, |
| 89 | GL_TEXTURE1, |
| 90 | GL_TEXTURE2 |
| 91 | }; |
| 92 | |
Romain Guy | 03750a0 | 2010-10-18 14:06:08 -0700 | [diff] [blame] | 93 | /////////////////////////////////////////////////////////////////////////////// |
| 94 | // Debug |
| 95 | /////////////////////////////////////////////////////////////////////////////// |
| 96 | |
Romain Guy | fb8b763 | 2010-08-23 21:05:08 -0700 | [diff] [blame] | 97 | struct CacheLogger { |
| 98 | CacheLogger() { |
Romain Guy | d6b2a00 | 2011-06-17 17:45:59 -0700 | [diff] [blame] | 99 | INIT_LOGD("Creating OpenGL renderer caches"); |
Romain Guy | fb8b763 | 2010-08-23 21:05:08 -0700 | [diff] [blame] | 100 | } |
| 101 | }; // struct CacheLogger |
| 102 | |
Romain Guy | 03750a0 | 2010-10-18 14:06:08 -0700 | [diff] [blame] | 103 | /////////////////////////////////////////////////////////////////////////////// |
| 104 | // Caches |
| 105 | /////////////////////////////////////////////////////////////////////////////// |
| 106 | |
John Reck | e18264b | 2014-03-12 13:56:30 -0700 | [diff] [blame] | 107 | class RenderNode; |
Romain Guy | bb0acdf | 2012-03-05 13:44:35 -0800 | [diff] [blame] | 108 | |
Romain Guy | 7953745 | 2011-10-12 13:48:51 -0700 | [diff] [blame] | 109 | class ANDROID_API Caches: public Singleton<Caches> { |
Chet Haase | dd78cca | 2010-10-22 18:59:26 -0700 | [diff] [blame] | 110 | Caches(); |
Romain Guy | fb8b763 | 2010-08-23 21:05:08 -0700 | [diff] [blame] | 111 | |
| 112 | friend class Singleton<Caches>; |
| 113 | |
Romain Guy | e190aa6 | 2010-11-10 19:01:29 -0800 | [diff] [blame] | 114 | CacheLogger mLogger; |
Romain Guy | 9bca479 | 2010-10-25 18:42:25 -0700 | [diff] [blame] | 115 | |
Romain Guy | fb8b763 | 2010-08-23 21:05:08 -0700 | [diff] [blame] | 116 | public: |
Romain Guy | bdf7609 | 2011-07-18 15:00:43 -0700 | [diff] [blame] | 117 | enum FlushMode { |
Romain Guy | 6d7475d | 2011-07-27 16:28:21 -0700 | [diff] [blame] | 118 | kFlushMode_Layers = 0, |
| 119 | kFlushMode_Moderate, |
Romain Guy | bdf7609 | 2011-07-18 15:00:43 -0700 | [diff] [blame] | 120 | kFlushMode_Full |
| 121 | }; |
| 122 | |
| 123 | /** |
Romain Guy | dfa1046 | 2012-05-12 16:18:58 -0700 | [diff] [blame] | 124 | * Initialize caches. |
Romain Guy | 8ff6b9e | 2011-11-09 20:10:18 -0800 | [diff] [blame] | 125 | */ |
Romain Guy | 3b748a4 | 2013-04-17 18:54:38 -0700 | [diff] [blame] | 126 | bool init(); |
Romain Guy | 8ff6b9e | 2011-11-09 20:10:18 -0800 | [diff] [blame] | 127 | |
| 128 | /** |
Romain Guy | 5bb3c73 | 2012-11-29 17:52:58 -0800 | [diff] [blame] | 129 | * Initialize global system properties. |
| 130 | */ |
| 131 | bool initProperties(); |
| 132 | |
| 133 | /** |
Romain Guy | bdf7609 | 2011-07-18 15:00:43 -0700 | [diff] [blame] | 134 | * Flush the cache. |
| 135 | * |
| 136 | * @param mode Indicates how much of the cache should be flushed |
| 137 | */ |
| 138 | void flush(FlushMode mode); |
| 139 | |
Romain Guy | 5b3b352 | 2010-10-27 18:57:51 -0700 | [diff] [blame] | 140 | /** |
Romain Guy | 8ff6b9e | 2011-11-09 20:10:18 -0800 | [diff] [blame] | 141 | * Destroys all resources associated with this cache. This should |
| 142 | * be called after a flush(kFlushMode_Full). |
| 143 | */ |
| 144 | void terminate(); |
| 145 | |
| 146 | /** |
Romain Guy | e190aa6 | 2010-11-10 19:01:29 -0800 | [diff] [blame] | 147 | * Indicates whether the renderer is in debug mode. |
| 148 | * This debug mode provides limited information to app developers. |
| 149 | */ |
| 150 | DebugLevel getDebugLevel() const { |
| 151 | return mDebugLevel; |
| 152 | } |
| 153 | |
| 154 | /** |
Romain Guy | 627c6fd | 2013-08-21 11:53:18 -0700 | [diff] [blame] | 155 | * Returns a non-premultiplied ARGB color for the specified |
| 156 | * amount of overdraw (1 for 1x, 2 for 2x, etc.) |
| 157 | */ |
| 158 | uint32_t getOverdrawColor(uint32_t amount) const; |
| 159 | |
| 160 | /** |
Romain Guy | fe48f65 | 2010-11-11 15:36:56 -0800 | [diff] [blame] | 161 | * Call this on each frame to ensure that garbage is deleted from |
| 162 | * GPU memory. |
| 163 | */ |
| 164 | void clearGarbage(); |
| 165 | |
| 166 | /** |
Romain Guy | ada830f | 2011-01-13 12:13:20 -0800 | [diff] [blame] | 167 | * Can be used to delete a layer from a non EGL thread. |
Romain Guy | 57066eb | 2011-01-12 12:53:32 -0800 | [diff] [blame] | 168 | */ |
Romain Guy | ada830f | 2011-01-13 12:13:20 -0800 | [diff] [blame] | 169 | void deleteLayerDeferred(Layer* layer); |
Romain Guy | 57066eb | 2011-01-12 12:53:32 -0800 | [diff] [blame] | 170 | |
| 171 | /** |
Romain Guy | 5b3b352 | 2010-10-27 18:57:51 -0700 | [diff] [blame] | 172 | * Binds the VBO used to render simple textured quads. |
| 173 | */ |
Romain Guy | f3a910b4 | 2011-12-12 20:35:21 -0800 | [diff] [blame] | 174 | bool bindMeshBuffer(); |
Romain Guy | 5b3b352 | 2010-10-27 18:57:51 -0700 | [diff] [blame] | 175 | |
| 176 | /** |
| 177 | * Binds the specified VBO if needed. |
| 178 | */ |
Romain Guy | f3a910b4 | 2011-12-12 20:35:21 -0800 | [diff] [blame] | 179 | bool bindMeshBuffer(const GLuint buffer); |
Romain Guy | 5b3b352 | 2010-10-27 18:57:51 -0700 | [diff] [blame] | 180 | |
| 181 | /** |
| 182 | * Unbinds the VBO used to render simple textured quads. |
| 183 | */ |
Romain Guy | f3a910b4 | 2011-12-12 20:35:21 -0800 | [diff] [blame] | 184 | bool unbindMeshBuffer(); |
| 185 | |
Romain Guy | 3b748a4 | 2013-04-17 18:54:38 -0700 | [diff] [blame] | 186 | /** |
| 187 | * Binds a global indices buffer that can draw up to |
Romain Guy | 31e08e9 | 2013-06-18 15:53:53 -0700 | [diff] [blame] | 188 | * gMaxNumberOfQuads quads. |
Romain Guy | 3b748a4 | 2013-04-17 18:54:38 -0700 | [diff] [blame] | 189 | */ |
ztenghui | 63d41ab | 2014-02-14 13:13:41 -0800 | [diff] [blame] | 190 | bool bindQuadIndicesBuffer(); |
| 191 | bool bindShadowIndicesBuffer(); |
Romain Guy | 15bc643 | 2011-12-13 13:11:32 -0800 | [diff] [blame] | 192 | bool unbindIndicesBuffer(); |
| 193 | |
Romain Guy | f3a910b4 | 2011-12-12 20:35:21 -0800 | [diff] [blame] | 194 | /** |
Romain Guy | cf51a41 | 2013-04-08 19:40:31 -0700 | [diff] [blame] | 195 | * Binds the specified buffer as the current GL unpack pixel buffer. |
| 196 | */ |
| 197 | bool bindPixelBuffer(const GLuint buffer); |
| 198 | |
| 199 | /** |
| 200 | * Resets the current unpack pixel buffer to 0 (default value.) |
| 201 | */ |
| 202 | bool unbindPixelBuffer(); |
| 203 | |
| 204 | /** |
Romain Guy | f3a910b4 | 2011-12-12 20:35:21 -0800 | [diff] [blame] | 205 | * Binds an attrib to the specified float vertex pointer. |
| 206 | * Assumes a stride of gMeshStride and a size of 2. |
| 207 | */ |
ztenghui | 55bfb4e | 2013-12-03 10:38:55 -0800 | [diff] [blame] | 208 | void bindPositionVertexPointer(bool force, const GLvoid* vertices, GLsizei stride = gMeshStride); |
Romain Guy | f3a910b4 | 2011-12-12 20:35:21 -0800 | [diff] [blame] | 209 | |
| 210 | /** |
| 211 | * Binds an attrib to the specified float vertex pointer. |
| 212 | * Assumes a stride of gMeshStride and a size of 2. |
| 213 | */ |
ztenghui | 55bfb4e | 2013-12-03 10:38:55 -0800 | [diff] [blame] | 214 | void bindTexCoordsVertexPointer(bool force, const GLvoid* vertices, GLsizei stride = gMeshStride); |
Romain Guy | f3a910b4 | 2011-12-12 20:35:21 -0800 | [diff] [blame] | 215 | |
| 216 | /** |
| 217 | * Resets the vertex pointers. |
| 218 | */ |
| 219 | void resetVertexPointers(); |
| 220 | void resetTexCoordsVertexPointer(); |
Romain Guy | 03750a0 | 2010-10-18 14:06:08 -0700 | [diff] [blame] | 221 | |
Romain Guy | 15bc643 | 2011-12-13 13:11:32 -0800 | [diff] [blame] | 222 | void enableTexCoordsVertexArray(); |
Romain Guy | ff316ec | 2013-02-13 18:39:43 -0800 | [diff] [blame] | 223 | void disableTexCoordsVertexArray(); |
Romain Guy | 15bc643 | 2011-12-13 13:11:32 -0800 | [diff] [blame] | 224 | |
Romain Guy | 5b3b352 | 2010-10-27 18:57:51 -0700 | [diff] [blame] | 225 | /** |
Romain Guy | a1d3c91 | 2011-12-13 14:55:06 -0800 | [diff] [blame] | 226 | * Activate the specified texture unit. The texture unit must |
| 227 | * be specified using an integer number (0 for GL_TEXTURE0 etc.) |
| 228 | */ |
| 229 | void activeTexture(GLuint textureUnit); |
| 230 | |
| 231 | /** |
Chris Craik | 9ab2d18 | 2013-07-22 16:16:06 -0700 | [diff] [blame] | 232 | * Invalidate the cached value of the active texture unit. |
| 233 | */ |
| 234 | void resetActiveTexture(); |
| 235 | |
| 236 | /** |
Romain Guy | 8aa195d | 2013-06-04 18:00:09 -0700 | [diff] [blame] | 237 | * Binds the specified texture as a GL_TEXTURE_2D texture. |
Romain Guy | be1b127 | 2013-06-06 14:02:54 -0700 | [diff] [blame] | 238 | * All texture bindings must be performed with this method or |
| 239 | * bindTexture(GLenum, GLuint). |
Romain Guy | 8aa195d | 2013-06-04 18:00:09 -0700 | [diff] [blame] | 240 | */ |
| 241 | void bindTexture(GLuint texture); |
| 242 | |
| 243 | /** |
Romain Guy | be1b127 | 2013-06-06 14:02:54 -0700 | [diff] [blame] | 244 | * Binds the specified texture with the specified render target. |
| 245 | * All texture bindings must be performed with this method or |
| 246 | * bindTexture(GLuint). |
Romain Guy | 8aa195d | 2013-06-04 18:00:09 -0700 | [diff] [blame] | 247 | */ |
| 248 | void bindTexture(GLenum target, GLuint texture); |
| 249 | |
| 250 | /** |
Romain Guy | be1b127 | 2013-06-06 14:02:54 -0700 | [diff] [blame] | 251 | * Deletes the specified texture and clears it from the cache |
| 252 | * of bound textures. |
| 253 | * All textures must be deleted using this method. |
| 254 | */ |
| 255 | void deleteTexture(GLuint texture); |
| 256 | |
| 257 | /** |
Romain Guy | 8aa195d | 2013-06-04 18:00:09 -0700 | [diff] [blame] | 258 | * Signals that the cache of bound textures should be cleared. |
| 259 | * Other users of the context may have altered which textures are bound. |
| 260 | */ |
| 261 | void resetBoundTextures(); |
| 262 | |
| 263 | /** |
Romain Guy | 8f85e80 | 2011-12-14 19:23:32 -0800 | [diff] [blame] | 264 | * Sets the scissor for the current surface. |
| 265 | */ |
Romain Guy | 8a4ac61 | 2012-07-17 17:32:48 -0700 | [diff] [blame] | 266 | bool setScissor(GLint x, GLint y, GLint width, GLint height); |
Romain Guy | 8f85e80 | 2011-12-14 19:23:32 -0800 | [diff] [blame] | 267 | |
| 268 | /** |
Romain Guy | 82bc7a7 | 2012-01-03 14:13:39 -0800 | [diff] [blame] | 269 | * Resets the scissor state. |
| 270 | */ |
| 271 | void resetScissor(); |
| 272 | |
Romain Guy | 8a4ac61 | 2012-07-17 17:32:48 -0700 | [diff] [blame] | 273 | bool enableScissor(); |
| 274 | bool disableScissor(); |
Romain Guy | 586cae3 | 2012-07-13 15:28:31 -0700 | [diff] [blame] | 275 | void setScissorEnabled(bool enabled); |
| 276 | |
Romain Guy | ef35927 | 2013-01-31 19:07:29 -0800 | [diff] [blame] | 277 | void startTiling(GLuint x, GLuint y, GLuint width, GLuint height, bool discard); |
Romain Guy | 85ef80d | 2012-09-13 20:26:50 -0700 | [diff] [blame] | 278 | void endTiling(); |
| 279 | |
Romain Guy | 82bc7a7 | 2012-01-03 14:13:39 -0800 | [diff] [blame] | 280 | /** |
Romain Guy | 5b3b352 | 2010-10-27 18:57:51 -0700 | [diff] [blame] | 281 | * Returns the mesh used to draw regions. Calling this method will |
| 282 | * bind a VBO of type GL_ELEMENT_ARRAY_BUFFER that contains the |
| 283 | * indices for the region mesh. |
| 284 | */ |
| 285 | TextureVertex* getRegionMesh(); |
| 286 | |
Romain Guy | c15008e | 2010-11-10 11:59:15 -0800 | [diff] [blame] | 287 | /** |
| 288 | * Displays the memory usage of each cache and the total sum. |
| 289 | */ |
| 290 | void dumpMemoryUsage(); |
Chet Haase | 9c1e23b | 2011-03-24 10:51:31 -0700 | [diff] [blame] | 291 | void dumpMemoryUsage(String8& log); |
Romain Guy | c15008e | 2010-11-10 11:59:15 -0800 | [diff] [blame] | 292 | |
Romain Guy | 54c1a64 | 2012-09-27 17:55:46 -0700 | [diff] [blame] | 293 | bool hasRegisteredFunctors(); |
| 294 | void registerFunctors(uint32_t functorCount); |
| 295 | void unregisterFunctors(uint32_t functorCount); |
| 296 | |
Romain Guy | fb8b763 | 2010-08-23 21:05:08 -0700 | [diff] [blame] | 297 | bool blend; |
| 298 | GLenum lastSrcMode; |
| 299 | GLenum lastDstMode; |
| 300 | Program* currentProgram; |
Romain Guy | 586cae3 | 2012-07-13 15:28:31 -0700 | [diff] [blame] | 301 | bool scissorEnabled; |
Romain Guy | fb8b763 | 2010-08-23 21:05:08 -0700 | [diff] [blame] | 302 | |
Romain Guy | 0f667533 | 2013-03-01 14:31:04 -0800 | [diff] [blame] | 303 | bool drawDeferDisabled; |
| 304 | bool drawReorderDisabled; |
| 305 | |
Romain Guy | 746b740 | 2010-10-26 16:27:31 -0700 | [diff] [blame] | 306 | // VBO to draw with |
Romain Guy | 03750a0 | 2010-10-18 14:06:08 -0700 | [diff] [blame] | 307 | GLuint meshBuffer; |
Romain Guy | 03750a0 | 2010-10-18 14:06:08 -0700 | [diff] [blame] | 308 | |
Romain Guy | 746b740 | 2010-10-26 16:27:31 -0700 | [diff] [blame] | 309 | // Misc |
| 310 | GLint maxTextureSize; |
Romain Guy | 3ff0bfd | 2013-02-25 14:15:37 -0800 | [diff] [blame] | 311 | |
| 312 | // Debugging |
Romain Guy | 4ff0cf4 | 2012-08-06 14:51:10 -0700 | [diff] [blame] | 313 | bool debugLayersUpdates; |
Romain Guy | 7c450aa | 2012-09-21 19:15:00 -0700 | [diff] [blame] | 314 | bool debugOverdraw; |
Romain Guy | 746b740 | 2010-10-26 16:27:31 -0700 | [diff] [blame] | 315 | |
Romain Guy | 3ff0bfd | 2013-02-25 14:15:37 -0800 | [diff] [blame] | 316 | enum StencilClipDebug { |
| 317 | kStencilHide, |
| 318 | kStencilShowHighlight, |
| 319 | kStencilShowRegion |
| 320 | }; |
| 321 | StencilClipDebug debugStencilClip; |
| 322 | |
Romain Guy | fb8b763 | 2010-08-23 21:05:08 -0700 | [diff] [blame] | 323 | TextureCache textureCache; |
| 324 | LayerCache layerCache; |
Romain Guy | 8d4aeb7 | 2013-02-12 16:08:55 -0800 | [diff] [blame] | 325 | RenderBufferCache renderBufferCache; |
Romain Guy | fb8b763 | 2010-08-23 21:05:08 -0700 | [diff] [blame] | 326 | GradientCache gradientCache; |
| 327 | ProgramCache programCache; |
| 328 | PathCache pathCache; |
| 329 | PatchCache patchCache; |
Chris Craik | 05f3d6e | 2014-06-02 16:27:04 -0700 | [diff] [blame^] | 330 | TessellationCache tessellationCache; |
Romain Guy | fb8b763 | 2010-08-23 21:05:08 -0700 | [diff] [blame] | 331 | TextDropShadowCache dropShadowCache; |
Romain Guy | e2d345e | 2010-09-24 18:39:22 -0700 | [diff] [blame] | 332 | FboCache fboCache; |
Chet Haase | 5c13d89 | 2010-10-08 08:37:55 -0700 | [diff] [blame] | 333 | ResourceCache resourceCache; |
Romain Guy | 29d8997 | 2010-09-22 16:10:57 -0700 | [diff] [blame] | 334 | |
Romain Guy | b1d0a4e | 2012-07-13 18:25:35 -0700 | [diff] [blame] | 335 | GammaFontRenderer* fontRenderer; |
| 336 | |
Romain Guy | 5dc7fa7 | 2013-03-11 20:48:31 -0700 | [diff] [blame] | 337 | TaskManager tasks; |
| 338 | |
Romain Guy | 0baaac5 | 2012-08-31 20:31:01 -0700 | [diff] [blame] | 339 | Dither dither; |
Romain Guy | 0baaac5 | 2012-08-31 20:31:01 -0700 | [diff] [blame] | 340 | Stencil stencil; |
Romain Guy | 0baaac5 | 2012-08-31 20:31:01 -0700 | [diff] [blame] | 341 | |
Romain Guy | 3b748a4 | 2013-04-17 18:54:38 -0700 | [diff] [blame] | 342 | AssetAtlas assetAtlas; |
| 343 | |
Romain Guy | f9f0016 | 2013-05-09 11:50:12 -0700 | [diff] [blame] | 344 | bool gpuPixelBuffersEnabled; |
| 345 | |
Romain Guy | dfa1046 | 2012-05-12 16:18:58 -0700 | [diff] [blame] | 346 | // Debug methods |
Romain Guy | 13631f3 | 2012-01-30 17:41:55 -0800 | [diff] [blame] | 347 | PFNGLINSERTEVENTMARKEREXTPROC eventMark; |
| 348 | PFNGLPUSHGROUPMARKEREXTPROC startMark; |
| 349 | PFNGLPOPGROUPMARKEREXTPROC endMark; |
| 350 | |
Romain Guy | dfa1046 | 2012-05-12 16:18:58 -0700 | [diff] [blame] | 351 | PFNGLLABELOBJECTEXTPROC setLabel; |
| 352 | PFNGLGETOBJECTLABELEXTPROC getLabel; |
| 353 | |
Chris Craik | ba9b613 | 2013-12-15 17:10:19 -0800 | [diff] [blame] | 354 | // TEMPORARY properties |
| 355 | void initTempProperties(); |
| 356 | void setTempProperty(const char* name, const char* value); |
ztenghui | cc3c256 | 2014-01-17 10:34:10 -0800 | [diff] [blame] | 357 | |
Chris Craik | f5be3ca | 2014-04-30 18:20:03 -0700 | [diff] [blame] | 358 | float propertyLightDiameter; |
| 359 | float propertyLightPosY; |
| 360 | float propertyLightPosZ; |
| 361 | float propertyAmbientRatio; |
ztenghui | ef94c6f | 2014-02-13 17:09:45 -0800 | [diff] [blame] | 362 | int propertyAmbientShadowStrength; |
| 363 | int propertySpotShadowStrength; |
Chris Craik | ba9b613 | 2013-12-15 17:10:19 -0800 | [diff] [blame] | 364 | |
Romain Guy | e190aa6 | 2010-11-10 19:01:29 -0800 | [diff] [blame] | 365 | private: |
Romain Guy | 627c6fd | 2013-08-21 11:53:18 -0700 | [diff] [blame] | 366 | enum OverdrawColorSet { |
| 367 | kColorSet_Default = 0, |
| 368 | kColorSet_Deuteranomaly |
| 369 | }; |
| 370 | |
Romain Guy | b1d0a4e | 2012-07-13 18:25:35 -0700 | [diff] [blame] | 371 | void initFont(); |
Romain Guy | dfa1046 | 2012-05-12 16:18:58 -0700 | [diff] [blame] | 372 | void initExtensions(); |
| 373 | void initConstraints(); |
Romain Guy | f9f0016 | 2013-05-09 11:50:12 -0700 | [diff] [blame] | 374 | void initStaticProperties(); |
Romain Guy | dfa1046 | 2012-05-12 16:18:58 -0700 | [diff] [blame] | 375 | |
ztenghui | 63d41ab | 2014-02-14 13:13:41 -0800 | [diff] [blame] | 376 | bool bindIndicesBufferInternal(const GLuint buffer); |
| 377 | |
Romain Guy | dfa1046 | 2012-05-12 16:18:58 -0700 | [diff] [blame] | 378 | static void eventMarkNull(GLsizei length, const GLchar* marker) { } |
| 379 | static void startMarkNull(GLsizei length, const GLchar* marker) { } |
Romain Guy | 13631f3 | 2012-01-30 17:41:55 -0800 | [diff] [blame] | 380 | static void endMarkNull() { } |
| 381 | |
Romain Guy | dfa1046 | 2012-05-12 16:18:58 -0700 | [diff] [blame] | 382 | static void setLabelNull(GLenum type, uint object, GLsizei length, |
| 383 | const char* label) { } |
| 384 | static void getLabelNull(GLenum type, uint object, GLsizei bufferSize, |
| 385 | GLsizei* length, char* label) { |
| 386 | if (length) *length = 0; |
| 387 | if (label) *label = '\0'; |
| 388 | } |
| 389 | |
Romain Guy | f3a910b4 | 2011-12-12 20:35:21 -0800 | [diff] [blame] | 390 | GLuint mCurrentBuffer; |
Romain Guy | 15bc643 | 2011-12-13 13:11:32 -0800 | [diff] [blame] | 391 | GLuint mCurrentIndicesBuffer; |
Romain Guy | cf51a41 | 2013-04-08 19:40:31 -0700 | [diff] [blame] | 392 | GLuint mCurrentPixelBuffer; |
ztenghui | 55bfb4e | 2013-12-03 10:38:55 -0800 | [diff] [blame] | 393 | const void* mCurrentPositionPointer; |
Chris Craik | 16b897c | 2012-09-27 13:10:56 -0700 | [diff] [blame] | 394 | GLsizei mCurrentPositionStride; |
ztenghui | 55bfb4e | 2013-12-03 10:38:55 -0800 | [diff] [blame] | 395 | const void* mCurrentTexCoordsPointer; |
Romain Guy | ff316ec | 2013-02-13 18:39:43 -0800 | [diff] [blame] | 396 | GLsizei mCurrentTexCoordsStride; |
Romain Guy | f3a910b4 | 2011-12-12 20:35:21 -0800 | [diff] [blame] | 397 | |
Romain Guy | 15bc643 | 2011-12-13 13:11:32 -0800 | [diff] [blame] | 398 | bool mTexCoordsArrayEnabled; |
| 399 | |
Romain Guy | a1d3c91 | 2011-12-13 14:55:06 -0800 | [diff] [blame] | 400 | GLuint mTextureUnit; |
| 401 | |
Romain Guy | 8f85e80 | 2011-12-14 19:23:32 -0800 | [diff] [blame] | 402 | GLint mScissorX; |
| 403 | GLint mScissorY; |
| 404 | GLint mScissorWidth; |
| 405 | GLint mScissorHeight; |
| 406 | |
Romain Guy | 3bbacf2 | 2013-02-06 16:51:04 -0800 | [diff] [blame] | 407 | Extensions& mExtensions; |
| 408 | |
Romain Guy | f3a910b4 | 2011-12-12 20:35:21 -0800 | [diff] [blame] | 409 | // Used to render layers |
| 410 | TextureVertex* mRegionMesh; |
Romain Guy | 3b748a4 | 2013-04-17 18:54:38 -0700 | [diff] [blame] | 411 | |
| 412 | // Global index buffer |
| 413 | GLuint mMeshIndices; |
ztenghui | 63d41ab | 2014-02-14 13:13:41 -0800 | [diff] [blame] | 414 | GLuint mShadowStripsIndices; |
Romain Guy | f3a910b4 | 2011-12-12 20:35:21 -0800 | [diff] [blame] | 415 | |
| 416 | mutable Mutex mGarbageLock; |
| 417 | Vector<Layer*> mLayerGarbage; |
| 418 | |
Romain Guy | e190aa6 | 2010-11-10 19:01:29 -0800 | [diff] [blame] | 419 | DebugLevel mDebugLevel; |
Romain Guy | 8ff6b9e | 2011-11-09 20:10:18 -0800 | [diff] [blame] | 420 | bool mInitialized; |
Romain Guy | 54c1a64 | 2012-09-27 17:55:46 -0700 | [diff] [blame] | 421 | |
| 422 | uint32_t mFunctorsCount; |
Romain Guy | 8aa195d | 2013-06-04 18:00:09 -0700 | [diff] [blame] | 423 | |
| 424 | GLuint mBoundTextures[REQUIRED_TEXTURE_UNITS_COUNT]; |
Romain Guy | 627c6fd | 2013-08-21 11:53:18 -0700 | [diff] [blame] | 425 | |
| 426 | OverdrawColorSet mOverdrawDebugColorSet; |
Romain Guy | fb8b763 | 2010-08-23 21:05:08 -0700 | [diff] [blame] | 427 | }; // class Caches |
| 428 | |
| 429 | }; // namespace uirenderer |
Romain Guy | fb8b763 | 2010-08-23 21:05:08 -0700 | [diff] [blame] | 430 | }; // namespace android |
| 431 | |
Romain Guy | 5b3b352 | 2010-10-27 18:57:51 -0700 | [diff] [blame] | 432 | #endif // ANDROID_HWUI_CACHES_H |