HomeSort by relevance Sort by last modified time
    Searched refs:max_color_attachments (Results 1 - 7 of 7) sorted by null

  /external/deqp/external/openglcts/modules/gl/
gl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp 231 glw::GLint max_color_attachments = 8 /* Specification minimum OpenGL 4.5 Core Profile p. 627 */; local
233 gl.getIntegerv(GL_MAX_COLOR_ATTACHMENTS, &max_color_attachments);
236 for (glw::GLint i = 0; i < max_color_attachments; ++i)
406 glw::GLint max_color_attachments = 8 /* Specification minimum OpenGL 4.5 Core Profile p. 627 */; local
408 gl.getIntegerv(GL_MAX_COLOR_ATTACHMENTS, &max_color_attachments);
415 for (glw::GLint k = 0; k < max_color_attachments; ++k)
828 glw::GLint max_color_attachments = 8 /* Specification minimum OpenGL 4.5 Core Profile p. 627 */; local
830 gl.getIntegerv(GL_MAX_COLOR_ATTACHMENTS, &max_color_attachments);
845 for (glw::GLint l = 0; l < max_color_attachments; ++l)
1353 glw::GLint max_color_attachments = 8 \/* Specification minimum OpenGL 4.5 Core Profile p. 627 *\/; local
1570 glw::GLint max_color_attachments = 8 \/* Specification minimum OpenGL 4.5 Core Profile p. 627 *\/; local
1770 glw::GLint max_color_attachments = 8 \/* Specification minimum OpenGL 4.5 Core Profile p. 627 *\/; local
1989 glw::GLint max_color_attachments = 8 \/* Specification minimum OpenGL 4.5 Core Profile p. 627 *\/; local
2565 glw::GLint max_color_attachments = local
4900 glw::GLint max_color_attachments = 8; \/* Spec default. *\/ local
5253 glw::GLint max_color_attachments = 8; \/* Spec default. *\/ local
6036 glw::GLint max_color_attachments = 8; \/* Spec default. *\/ local
    [all...]
  /device/generic/goldfish-opengl/system/egl/
egl.cpp 1713 int max_color_attachments = 1; local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fImplementationLimitTests.cpp 447 LIMIT_CASE(max_color_attachments, GL_MAX_COLOR_ATTACHMENTS, GLint, 4);
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
GLClientState.cpp     [all...]
GLClientState.h 408 int max_color_attachments,
  /external/vulkan-validation-layers/layers/
parameter_validation_utils.cpp 1952 uint32_t max_color_attachments = device_data->device_limits.maxColorAttachments; local
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
parameter_validation.cpp 3716 uint32_t max_color_attachments = dev_data->device_limits.maxColorAttachments; local
    [all...]

Completed in 556 milliseconds