Searched defs:viewWidth (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A D | MultiviewTest.cpp | 62 CreateMultiviewBackingTextures(int samples, int viewWidth, int height, int numLayers, std::vector<GLuint> colorTextures, GLuint depthTexture, GLuint depthStencilTexture) CreateMultiviewBackingTextures() argument 164 CreateMultiviewBackingTextures(int samples, int viewWidth, int height, int numLayers, GLuint colorTexture, GLuint depthTexture, GLuint depthStencilTexture) CreateMultiviewBackingTextures() argument 178 AttachMultiviewTextures(GLenum target, int viewWidth, int numViews, int baseViewIndex, std::vector<GLuint> colorTextures, GLuint depthTexture, GLuint depthStencilTexture) AttachMultiviewTextures() argument 205 AttachMultiviewTextures(GLenum target, int viewWidth, int numViews, int baseViewIndex, GLuint colorTexture, GLuint depthTexture, GLuint depthStencilTexture) AttachMultiviewTextures() argument [all...] |
/third_party/skia/third_party/externals/angle2/samples/multiview/ |
H A D | Multiview.cpp | 79 int viewWidth = getWindow()->getWidth() / 2; variable 260 const int viewWidth = getWindow()->getWidth() / 2; variable
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | MultiviewPerf.cpp | 280 const int viewWidth = params->windowWidth / params->numViews; in drawBenchmark() local 342 const float viewWidth = static_cast<float>(params->windowWidth / params->numViews); in initializeBenchmark() local 377 const int viewWidth in renderScene() local 453 const int viewWidth = params->windowWidth / params->numViews; initializeBenchmark() local 525 const int viewWidth = params->windowWidth / params->numViews; renderScene() local [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcTextureRepeatModeTests.cpp | 1226 GLsizei viewWidth = 3 * m_width; in iterate() local
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | MultiviewDrawTest.cpp | 84 void updateFBOs(int viewWidth, int height, int numViews, int numLayers, int baseViewIndex) in updateFBOs() argument 126 void updateFBOs(int viewWidth, int height, int numViews) in updateFBOs() argument
|
Completed in 8 milliseconds