/external/deqp/external/openglcts/modules/gles3/ |
D | es3cCopyTexImageConversionsTests.cpp | 77 …GL_NONE, GL_NONE, GL_NONE, GL_LUMINANCE8_OES, GL_NONE, GL_R8, GL_NONE, GL_NONE, GL_… 78 …GL_NONE, GL_NONE, GL_NONE, GL_LUMINANCE8_OES, GL_NONE, GL_R8, GL_NONE, GL_RG8, GL_… 79 …GL_NONE, GL_RGB8, GL_NONE, GL_LUMINANCE8_OES, GL_NONE, GL_R8, GL_NONE, GL_RG8, GL_… 80 …GL_NONE, GL_RGB565, GL_NONE, GL_LUMINANCE8_OES, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_… 81 …GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_RGBA4, GL_NONE, GL_NONE… 82 …GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_RGB5_A1, GL_N… 83 …GL_NONE, GL_RG8, GL_NONE, GL_RGB8, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_RGBA8, GL_NON… 84 …GL_NONE, GL_RGB8, GL_NONE, GL_LUMINANCE8_OES, GL_ALPHA8_OES, GL_NONE, GL_NONE, GL_NONE, … 85 …GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, … 86 …GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, … [all …]
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl3cTextureSizePromotion.cpp | 255 glw::GLenum source_type = GL_NONE; in prepareSourceTexture() 1092 return (GL_NONE != descriptor.expected_depth_type); in isDepthType() 1105 return (GL_NONE == descriptor.expected_red_type); in isChannelTypeNone() 1107 return (GL_NONE == descriptor.expected_green_type); in isChannelTypeNone() 1109 return (GL_NONE == descriptor.expected_blue_type); in isChannelTypeNone() 1111 return (GL_NONE == descriptor.expected_alpha_type); in isChannelTypeNone() 1122 glw::GLenum type = GL_NONE; in getMinPrecision() 1148 if ((type == GL_NONE) || (size == 0)) in getMinPrecision() 1244 GL_UNSIGNED_NORMALIZED, GL_NONE, GL_NONE, GL_NONE, GL_NONE }, 1246 GL_SIGNED_NORMALIZED, GL_NONE, GL_NONE, GL_NONE, GL_NONE }, [all …]
|
D | gl4cLimitsTests.cpp | 206 { "max_atomic_counter_bindings", GL_NONE, 4, 0, "gl_MaxAtomicCounterBindings" }, in init() 207 …{ "max_combined_image_units_and_fragment_outputs", GL_NONE, 4, 0, "gl_MaxCombinedImag… in init() 208 …{ "max_geometry_varying_components", GL_NONE, 4, 0, "gl_MaxGeometryVaryingComponen… in init()
|
/external/swiftshader/tests/GLESUnitTests/ |
D | unittests.cpp | 57 EXPECT_GLENUM_EQ(GL_NONE, glGetError()); in expectFramebufferColor() 68 EXPECT_GLENUM_EQ(GL_NONE, glGetError()); in expectFramebufferColor() 240 EXPECT_GLENUM_EQ(GL_NONE, glGetError()); in createProgram() 246 EXPECT_GLENUM_EQ(GL_NONE, glGetError()); in createProgram() 255 EXPECT_GLENUM_EQ(GL_NONE, glGetError()); in createProgram() 263 EXPECT_GLENUM_EQ(GL_NONE, glGetError()); in createProgram() 269 EXPECT_GLENUM_EQ(GL_NONE, glGetError()); in createProgram() 280 EXPECT_GLENUM_EQ(GL_NONE, glGetError()); in deleteProgram() 289 EXPECT_GLENUM_EQ(GL_NONE, glGetError()); in drawQuad() 292 EXPECT_GLENUM_EQ(GL_NONE, glGetError()); in drawQuad() [all …]
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Framebuffer.cpp | 41 drawBuffer[i] = GL_NONE; in Framebuffer() 46 mColorbufferType[i] = GL_NONE; in Framebuffer() 50 mDepthbufferType = GL_NONE; in Framebuffer() 52 mStencilbufferType = GL_NONE; in Framebuffer() 71 if(type == GL_NONE) in lookupRenderbuffer() 90 mColorbufferType[index] = (colorbuffer != 0) ? type : GL_NONE; in setColorbuffer() 97 mDepthbufferType = (depthbuffer != 0) ? type : GL_NONE; in setDepthbuffer() 104 mStencilbufferType = (stencilbuffer != 0) ? type : GL_NONE; in setStencilbuffer() 135 mColorbufferType[i] = GL_NONE; in detachTexture() 142 mDepthbufferType = GL_NONE; in detachTexture() [all …]
|
D | utilities.cpp | 149 return GL_NONE; in UniformComponentType() 196 case GL_NONE: in VariableRowCount() 255 case GL_NONE: in VariableColumnCount() 549 if(GetColorComponentType(textureFormat) == GL_NONE) in ValidateCopyFormats() 802 GLenum implementationReadFormat = GL_NONE; in ValidateReadPixelsFormatType() 803 GLenum implementationReadType = GL_NONE; in ValidateReadPixelsFormatType() 1615 if(internalformat == GL_NONE) in IsMipmappable() 1646 case GL_NONE: return 0; in GetAlphaSize() 1695 case GL_NONE: return 0; in GetRedSize() 1744 case GL_NONE: return 0; in GetGreenSize() [all …]
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_ext_rendertexture.c | 64 return GL_NONE; in translate_ibuffer() 82 return GL_NONE; in translate_target() 98 return GL_NONE; in translate_texture_format() 147 if (srcBuffer == GL_NONE) { in wglBindTexImageARB() 154 if (target == GL_NONE) { in wglBindTexImageARB() 160 if (texFormat == GL_NONE) { in wglBindTexImageARB() 215 if (srcBuffer == GL_NONE) { in wglReleaseTexImageARB()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboStencilbufferTests.cpp | 149 …= GL_DEPTH_ATTACHMENT || m_attachDepth == GL_DEPTH_STENCIL_ATTACHMENT || m_attachDepth == GL_NONE); in DepthStencilAttachCase() 150 DE_ASSERT(m_attachStencil == GL_STENCIL_ATTACHMENT || m_attachStencil == GL_NONE); in DepthStencilAttachCase() 151 DE_ASSERT(m_attachDepth != GL_DEPTH_STENCIL || m_attachStencil == GL_NONE); in DepthStencilAttachCase() 188 if (m_attachDepth != GL_NONE) in render() 190 if (m_attachStencil != GL_NONE) in render() 277 …epth_only", "Only depth part of depth-stencil RBO attached", GL_DEPTH_ATTACHMENT, GL_NONE)); in init() 278 … "stencil_only", "Only stencil part of depth-stencil RBO attached", GL_NONE, GL_STENCIL_… in init() 280 …"Depth and stencil attached with DEPTH_STENCIL_ATTACHMENT", GL_DEPTH_STENCIL_ATTACHMENT, GL_NONE)); in init()
|
D | es3fFboInvalidateTests.cpp | 111 default: return GL_NONE; in getCompatibleColorFormat() 125 return GL_NONE; in getCompatibleDepthStencilFormat() 132 return GL_NONE; in getCompatibleDepthStencilFormat() 456 if (m_colorFmt != GL_NONE) checkFormatSupport(m_colorFmt); in preCheck() 457 if (m_depthStencilFmt != GL_NONE) checkFormatSupport(m_depthStencilFmt); in preCheck() 463 …tcu::TextureFormat depthStencilFmt = m_depthStencilFmt != GL_NONE ? glu::mapGLInternalFormat(m_… in render() 481 if (m_depthStencilFmt != GL_NONE) in render() 569 if (m_colorFmt != GL_NONE) checkFormatSupport(m_colorFmt); in preCheck() 570 if (m_depthStencilFmt != GL_NONE) checkFormatSupport(m_depthStencilFmt); in preCheck() 576 …tcu::TextureFormat depthStencilFmt = m_depthStencilFmt != GL_NONE ? glu::mapGLInternalFormat(m_… in render() [all …]
|
D | es3fTextureWrapTests.cpp | 153 , m_format (GL_NONE) in TextureWrapCase() 154 , m_dataType (GL_NONE) in TextureWrapCase() 173 , m_format (GL_NONE) in TextureWrapCase() 174 , m_dataType (GL_NONE) in TextureWrapCase() 202 DE_ASSERT(m_width == 0 && m_height == 0 && m_format == GL_NONE && m_dataType == GL_NONE); in init() 212 DE_ASSERT(m_format == GL_NONE && m_dataType == GL_NONE); in init()
|
/external/deqp/modules/gles2/functional/ |
D | es2fFboRenderTest.cpp | 240 : colorbufferType (GL_NONE) in FboConfig() 241 , colorbufferFormat (GL_NONE) in FboConfig() 242 , depthbufferType (GL_NONE) in FboConfig() 243 , depthbufferFormat (GL_NONE) in FboConfig() 244 , stencilbufferType (GL_NONE) in FboConfig() 245 , stencilbufferFormat (GL_NONE) in FboConfig() 288 if (colorbufferType != GL_NONE) in getName() 300 if (depthbufferType != GL_NONE) in getName() 308 if (stencilbufferType != GL_NONE) in getName() 453 DE_ASSERT(m_config.colorbufferType == GL_NONE); in Framebuffer() [all …]
|
D | es2fTextureWrapTests.cpp | 111 , m_format (GL_NONE) in TextureWrapCase() 112 , m_dataType (GL_NONE) in TextureWrapCase() 134 DE_ASSERT(m_width == 0 && m_height == 0 && m_format == GL_NONE && m_dataType == GL_NONE); in init()
|
/external/mesa3d/src/mesa/main/ |
D | buffers.c | 96 case GL_NONE: in draw_buffer_enum_to_bitmask() 241 return buf == GL_BACK || buf == GL_NONE || in is_legal_es3_readbuffer_enum() 279 if (buffer == GL_NONE) { in draw_buffer() 427 (n != 1 || (buffers[0] != GL_NONE && buffers[0] != GL_BACK))) { in draw_buffers() 495 buffers[output] != GL_NONE && in draw_buffers() 503 if (buffers[output] == GL_NONE) { in draw_buffers() 549 buffers[output] != GL_NONE && in draw_buffers() 588 ctx->Driver.DrawBuffer(ctx, n > 0 ? buffers[0] : GL_NONE); in draw_buffers() 764 fb->ColorDrawBuffer[buf] = GL_NONE; in _mesa_drawbuffers() 840 if (buffer == GL_NONE) { in read_buffer()
|
D | framebuffer.c | 230 att->Type = GL_NONE; in _mesa_free_framebuffer_data() 737 if (att[BUFFER_DEPTH].Type == GL_NONE) { in renderbuffer_exists() 743 if (att[BUFFER_STENCIL].Type == GL_NONE) { in renderbuffer_exists() 748 if (att[BUFFER_DEPTH].Type == GL_NONE || in renderbuffer_exists() 749 att[BUFFER_STENCIL].Type == GL_NONE) { in renderbuffer_exists() 834 return GL_NONE; in _mesa_get_color_read_format() 883 return GL_NONE; in _mesa_get_color_read_type()
|
D | fbobject.c | 319 if (fb->Attachment[BUFFER_FRONT_LEFT].Type == GL_NONE) in get_fb0_attachment() 325 if (fb->Attachment[BUFFER_FRONT_RIGHT].Type == GL_NONE) in get_fb0_attachment() 407 att->Type = GL_NONE; in remove_attachment() 948 assert(att->Type == GL_NONE); in test_attachment_completeness() 968 GLenum intFormat = GL_NONE; /* color buffers' internal format */ in _mesa_test_framebuffer_completeness() 1004 GLenum att_tex_target = GL_NONE; in _mesa_test_framebuffer_completeness() 1020 } else if (att->Type != GL_NONE) { in _mesa_test_framebuffer_completeness() 1031 } else if (att->Type != GL_NONE) { in _mesa_test_framebuffer_completeness() 1110 assert(att->Type == GL_NONE); in _mesa_test_framebuffer_completeness() 1147 if (intFormat != GL_NONE && f != intFormat) { in _mesa_test_framebuffer_completeness() [all …]
|
D | condrender.c | 46 assert(ctx->Query.CondRenderMode == GL_NONE); in begin_conditional_render() 145 ctx->Query.CondRenderMode = GL_NONE; in end_conditional_render()
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cTextureStorageMultisampleGetTexLevelParameterifvTests.cpp | 190 texture_2d_properties.expected_texture_alpha_types.push_back(GL_NONE); in iterate() 192 texture_2d_properties.expected_texture_blue_types.push_back(GL_NONE); in iterate() 200 texture_2d_properties.expected_texture_green_types.push_back(GL_NONE); in iterate() 204 texture_2d_properties.expected_texture_red_types.push_back(GL_NONE); in iterate() 232 texture_2d_array_properties.expected_texture_depth_types.push_back(GL_NONE); in iterate() 273 texture_2d_multisample_properties.expected_texture_depth_types.push_back(GL_NONE); in iterate() 306 texture_2d_multisample_array_properties.expected_texture_alpha_types.push_back(GL_NONE); in iterate() 313 texture_2d_multisample_array_properties.expected_texture_depth_types.push_back(GL_NONE); in iterate() 343 texture_3d_properties.expected_texture_alpha_types.push_back(GL_NONE); in iterate() 348 texture_3d_properties.expected_texture_depth_types.push_back(GL_NONE); in iterate() [all …]
|
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArrayColorDepthAttachments.cpp | 224 glw::GLenum attachment = GL_NONE; in configureLayeredFramebufferAttachment() 262 glw::GLenum attachment_type = GL_NONE; in configureNonLayeredFramebufferAttachment() 263 glw::GLenum framebuffer_target = GL_NONE; in configureNonLayeredFramebufferAttachment() 693 glw::GLenum internal_format = GL_NONE; in prepareImmutableTextureObject() 733 glw::GLenum format = GL_NONE; in prepareMutableTextureObject() 734 glw::GLenum internal_format = GL_NONE; in prepareMutableTextureObject() 735 glw::GLenum type = GL_NONE; in prepareMutableTextureObject() 777 glw::GLenum attachment = GL_NONE; in releaseAndDetachTextureObject()
|
/external/deqp/framework/opengl/ |
D | gluStateReset.cpp | 47 if (gl.getError() == GL_NONE) in resetErrors() 175 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_COMPARE_MODE, GL_NONE); in resetStateES() 208 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_COMPARE_MODE, GL_NONE); in resetStateES() 235 gl.texParameteri(GL_TEXTURE_2D_ARRAY, GL_TEXTURE_COMPARE_MODE, GL_NONE); in resetStateES() 263 gl.texParameteri(GL_TEXTURE_3D, GL_TEXTURE_COMPARE_MODE, GL_NONE); in resetStateES() 312 gl.texParameteri(GL_TEXTURE_CUBE_MAP_ARRAY, GL_TEXTURE_COMPARE_MODE, GL_NONE); in resetStateES() 777 gl.texParameteri (GL_TEXTURE_1D, GL_TEXTURE_COMPARE_MODE, GL_NONE); in resetStateGLCore() 801 gl.texParameteri (GL_TEXTURE_2D, GL_TEXTURE_COMPARE_MODE, GL_NONE); in resetStateGLCore() 830 gl.texParameteri (GL_TEXTURE_CUBE_MAP, GL_TEXTURE_COMPARE_MODE, GL_NONE); in resetStateGLCore() 853 gl.texParameteri (GL_TEXTURE_1D_ARRAY, GL_TEXTURE_COMPARE_MODE, GL_NONE); in resetStateGLCore() [all …]
|
/external/deqp/external/openglcts/modules/common/ |
D | glcPackedDepthStencilTests.cpp | 786 setDrawReadBuffer(GL_NONE, GL_NONE); in renderToTextures() 802 setDrawReadBuffer(GL_NONE, GL_NONE); in renderToTextures() 812 setDrawReadBuffer(GL_NONE, GL_NONE); in renderToTextures() 823 setDrawReadBuffer(GL_NONE, GL_NONE); in renderToTextures() 1358 setDrawReadBuffer(GL_NONE, GL_NONE); in checkErrors() 1377 setDrawReadBuffer(GL_NONE, GL_NONE); in checkErrors() 1533 setDrawReadBuffer(GL_NONE, GL_NONE); in checkErrors() 1601 setDrawReadBuffer(GL_NONE, GL_NONE); in iterate() 1711 setDrawReadBuffer(GL_NONE, GL_NONE); in iterate() 1722 setDrawReadBuffer(GL_NONE, GL_NONE); in iterate() [all …]
|
/external/deqp/external/openglcts/modules/glesext/texture_border_clamp/ |
D | esextcTextureBorderClampTexParameterIErrors.cpp | 159 …VerifyGLTexParameterIiv(GL_TEXTURE_2D_MULTISAMPLE, GL_TEXTURE_COMPARE_MODE, GL_NONE, GL_INVALID_EN… in iterate() 160 …VerifyGLTexParameterIuiv(GL_TEXTURE_2D_MULTISAMPLE, GL_TEXTURE_COMPARE_MODE, GL_NONE, GL_INVALID_E… in iterate() 200 …VerifyGLTexParameterIiv(GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES, GL_TEXTURE_COMPARE_MODE, GL_NONE, GL_… in iterate() 201 VerifyGLTexParameterIuiv(GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES, GL_TEXTURE_COMPARE_MODE, GL_NONE, in iterate()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrContext.cpp | 44 deUint32 format = GL_NONE; in texImage2D() 45 deUint32 dataType = GL_NONE; in texImage2D()
|
/external/swiftshader/src/OpenGL/common/ |
D | Image.cpp | 141 return GL_NONE; in GetBaseInternalFormat() 164 default: UNREACHABLE(type); return GL_NONE; in GetSizedInternalFormat() 176 default: UNREACHABLE(type); return GL_NONE; in GetSizedInternalFormat() 189 default: UNREACHABLE(type); return GL_NONE; in GetSizedInternalFormat() 200 default: UNREACHABLE(type); return GL_NONE; in GetSizedInternalFormat() 210 default: UNREACHABLE(type); return GL_NONE; in GetSizedInternalFormat() 221 default: UNREACHABLE(type); return GL_NONE; in GetSizedInternalFormat() 231 default: UNREACHABLE(type); return GL_NONE; in GetSizedInternalFormat() 242 default: UNREACHABLE(type); return GL_NONE; in GetSizedInternalFormat() 251 default: UNREACHABLE(type); return GL_NONE; in GetSizedInternalFormat() [all …]
|
/external/deqp/modules/glshared/ |
D | glsFboCompletenessTests.cpp | 690 if (bufType == GL_NONE) in getDefaultFormat() 718 case GL_NONE: in makeImage() 767 if (imgFmt.format == GL_NONE) in attachTargetToNew() 779 if (format.unsizedType != GL_NONE) in formatName() 792 if (format.unsizedType != GL_NONE) in formatDesc() 834 case GL_NONE: in attTypeName() 913 if (m_params.colornKind != GL_NONE) in build() 1028 static const GLenum s_bufTypes[] = { GL_NONE, GL_RENDERBUFFER, GL_TEXTURE }; in createAttachmentTests()
|
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
D | esextcTessellationShaderProperties.cpp | 458 glw::GLint gen_mode_value = GL_NONE; in iterate() 459 glw::GLint gen_spacing_value = GL_NONE; in iterate() 460 glw::GLint gen_vertex_order_value = GL_NONE; in iterate() 461 glw::GLint gen_point_mode_value = GL_NONE; in iterate()
|