Home
last modified time | relevance | path

Searched refs:GL_NONE (Results 1 - 25 of 314) sorted by relevance

12345678910>>...13

/third_party/skia/third_party/externals/angle2/src/common/
H A Duniform_type_info_autogen.cpp22 {{GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, SamplerFormat::InvalidEnum, 0, 0, 0, 0, 0 * 0,
24 {GL_BOOL, GL_BOOL, GL_NONE, GL_NONE, GL_NONE, SamplerFormat::InvalidEnum, 1, 1, 1,
26 {GL_BOOL_VEC2, GL_BOOL, GL_NONE, GL_NONE, GL_BOOL_VEC
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gles3/
H A Des3cCopyTexImageConversionsTests.cpp77 /* GL_R8, */ GL_NONE, GL_NONE, GL_NONE, GL_LUMINANCE8_OES, GL_NONE, GL_R8, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NON
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cTextureSizePromotion.cpp267 glw::GLenum source_type = GL_NONE; in prepareSourceTexture()
1102 return (GL_NONE != descriptor.expected_depth_type); in isDepthType()
1115 return (GL_NONE == descriptor.expected_red_type); in isChannelTypeNone()
1117 return (GL_NONE == descriptor.expected_green_type); in isChannelTypeNone()
1119 return (GL_NONE == descriptor.expected_blue_type); in isChannelTypeNone()
1121 return (GL_NONE == descriptor.expected_alpha_type); in isChannelTypeNone()
1132 glw::GLenum type = GL_NONE; in getMinPrecision()
1158 if ((type == GL_NONE) || (size == 0)) in getMinPrecision()
1254 GL_UNSIGNED_NORMALIZED, GL_NONE, GL_NONE, GL_NON
[all...]
H A Dgl4cLimitsTests.cpp206 { "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_MaxCombinedImageUnitsAndFragmentOutputs" }, in init()
208 { "max_geometry_varying_components", GL_NONE, 4, 0, "gl_MaxGeometryVaryingComponents" } in init()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dformatutilsgl.h68 GLenum internalFormat = GL_NONE;
69 GLenum format = GL_NONE;
70 GLenum type = GL_NONE;
80 GLenum format = GL_NONE;
81 GLenum type = GL_NONE;
90 GLenum internalFormat = GL_NONE;
98 GLenum format = GL_NONE;
106 GLenum internalFormat = GL_NONE;
115 GLenum internalFormat = GL_NONE;
123 GLenum internalFormat = GL_NONE;
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DFramebuffer.cpp41 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...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_table_autogen.cpp363 GL_NONE, in Get()
377 GL_NONE, in Get()
391 GL_NONE, in Get()
405 GL_NONE, in Get()
419 GL_NONE, in Get()
433 GL_NONE, in Get()
447 GL_NONE, in Get()
461 GL_NONE, in Get()
475 GL_NONE, in Get()
489 GL_NONE, in Get()
[all...]
H A Dtexture_format_table.h70 : internalFormat(GL_NONE), in Format()
78 swizzleFormat(GL_NONE), in Format()
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_ext_rendertexture.c64 return GL_NONE; in translate_ibuffer()
82 return GL_NONE; in translate_target()
98 return GL_NONE; in translate_texture_format()
144 if (srcBuffer == GL_NONE) { in wglBindTexImageARB()
151 if (target == GL_NONE) { in wglBindTexImageARB()
157 if (texFormat == GL_NONE) { in wglBindTexImageARB()
211 if (srcBuffer == GL_NONE) { in wglReleaseTexImageARB()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DDrawBuffersTest.cpp280 const GLenum bufs[] = {GL_NONE, GL_COLOR_ATTACHMENT1}; in TEST_P()
314 const GLenum bufs[] = {GL_NONE, GL_COLOR_ATTACHMENT1}; in TEST_P()
355 const GLenum bufs[] = {GL_COLOR_ATTACHMENT0, GL_NONE, GL_NONE, GL_COLOR_ATTACHMENT3}; in TEST_P()
397 const GLenum bufs[] = {GL_COLOR_ATTACHMENT0, GL_NONE, GL_NONE, GL_COLOR_ATTACHMENT3}; in TEST_P()
422 GLenum bufs[8] = {GL_NONE}; in TEST_P()
462 EXPECT_EQ(GL_NONE, drawbuffer); in TEST_P()
481 GLenum someBufs[4] = {GL_NONE}; in TEST_P()
495 texIndex >= kHalfMaxBuffers ? GL_COLOR_ATTACHMENT0 + texIndex : GL_NONE; in TEST_P()
[all...]
H A DFramebufferMixedSamplesTest.cpp153 EXPECT_EQ(GL_NONE, value); in TEST_P()
154 GLenum kValues[] = {GL_NONE, GL_RGB, GL_RGBA, GL_ALPHA}; in TEST_P()
209 glCoverageModulationCHROMIUM(GL_NONE); in TEST_P()
H A DWebGLFramebufferTest.cpp125 checkBufferBits(GL_NONE, GL_NONE); in TEST_P()
135 checkBufferBits(GL_DEPTH_ATTACHMENT, GL_NONE); in TEST_P()
147 checkBufferBits(GL_DEPTH_STENCIL_ATTACHMENT, GL_NONE); in TEST_P()
173 checkBufferBits(attachment, GL_NONE); in testAttachment()
495 if (*depthAttachment != GL_NONE) in tryDepth()
794 GLenum depthFormat = GL_NONE; in TEST_P()
795 GLenum depthAttachment = GL_NONE; in TEST_P()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboStencilbufferTests.cpp149 DE_ASSERT(m_attachDepth == 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 attachGroup->addChild(new DepthStencilAttachCase(m_context, "depth_only", "Only depth part of depth-stencil RBO attached", GL_DEPTH_ATTACHMENT, GL_NONE)); in init()
278 attachGroup->addChild(new DepthStencilAttachCase(m_context, "stencil_only", "Only stencil part of depth-stencil RBO attached", GL_NONE, GL_STENCIL_ATTACHMENT)); in init()
280 attachGroup->addChild(new DepthStencilAttachCase(m_context, "depth_stencil_attachment", "Depth and stencil attached with DEPTH_STENCIL_ATTACHMENT", GL_DEPTH_STENCIL_ATTACHMENT, GL_NONE)); in init()
H A Des3fFboInvalidateTests.cpp111 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_depthStencilFmt) : tcu::TextureFormat(); 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 in render()
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fFboRenderTest.cpp240 : 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...]
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cTextureStorageMultisampleGetTexLevelParameterifvTests.cpp190 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...]
/third_party/mesa3d/src/mesa/main/
H A Dbuffers.c143 case GL_NONE: in draw_buffer_enum_to_bitmask()
258 return buf == GL_BACK || buf == GL_NONE || in is_legal_es3_readbuffer_enum()
296 if (buffer == GL_NONE) { in draw_buffer()
462 (n != 1 || (buffers[0] != GL_NONE && buffers[0] != GL_BACK))) { in draw_buffers()
537 buffers[output] != GL_NONE && in draw_buffers()
545 if (buffers[output] == GL_NONE) { in draw_buffers()
591 buffers[output] != GL_NONE && in draw_buffers()
827 fb->ColorDrawBuffer[buf] = GL_NONE; in _mesa_drawbuffers()
903 if (buffer == GL_NONE) { in read_buffer()
947 fb->Attachment[fb->_ColorReadBufferIndex].Type == GL_NONE) { in read_buffer()
[all...]
H A Dframebuffer.c218 att->Type = GL_NONE; in _mesa_free_framebuffer_data()
750 if (att[BUFFER_DEPTH].Type == GL_NONE) { in renderbuffer_exists()
756 if (att[BUFFER_STENCIL].Type == GL_NONE) { in renderbuffer_exists()
761 if (att[BUFFER_DEPTH].Type == GL_NONE || in renderbuffer_exists()
762 att[BUFFER_STENCIL].Type == GL_NONE) { in renderbuffer_exists()
768 if (att[BUFFER_DEPTH].Type == GL_NONE || in renderbuffer_exists()
769 att[BUFFER_STENCIL].Type == GL_NONE) { in renderbuffer_exists()
854 return GL_NONE; in _mesa_get_color_read_format()
929 return GL_NONE; in _mesa_get_color_read_type()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dutil.cpp34 GL_NONE,
35 GL_NONE,
36 GL_NONE,
387 return GL_NONE;
404 return GL_NONE;
421 return GL_NONE;
428 return GL_NONE;
859 return GL_NONE; in GetImageInternalFormatType()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayColorDepthAttachments.cpp224 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()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcPackedDepthStencilTests.cpp787 setDrawReadBuffer(GL_NONE, GL_NONE); in renderToTextures()
803 setDrawReadBuffer(GL_NONE, GL_NONE); in renderToTextures()
813 setDrawReadBuffer(GL_NONE, GL_NONE); in renderToTextures()
824 setDrawReadBuffer(GL_NONE, GL_NONE); in renderToTextures()
1365 setDrawReadBuffer(GL_NONE, GL_NONE); in checkErrors()
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_format.c1421 format = st_choose_format(st, internalFormat, GL_NONE, GL_NONE, in st_QuerySamplesForFormat()
1465 params[0] = GL_NONE; in st_QueryInternalFormat()
1471 * return GL_NONE. in st_QueryInternalFormat()
1480 GL_NONE, in st_QueryInternalFormat()
1481 GL_NONE, in st_QueryInternalFormat()
1490 mesa_format format = st_ChooseTextureFormat(ctx, target, internalFormat, GL_NONE, GL_NONE); in st_QueryInternalFormat()
1505 mesa_format format = st_ChooseTextureFormat(ctx, target, internalFormat, GL_NONE, GL_NONE); in st_QueryInternalFormat()
[all...]
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrContext.cpp44 deUint32 format = GL_NONE; in texImage2D()
45 deUint32 dataType = GL_NONE; in texImage2D()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/
H A DesextcTextureBorderClampTexParameterIErrors.cpp158 /* GL_TEXTURE_COMPARE_MODE, GL_NONE */ in iterate()
159 VerifyGLTexParameterIiv(GL_TEXTURE_2D_MULTISAMPLE, GL_TEXTURE_COMPARE_MODE, GL_NONE, GL_INVALID_ENUM); in iterate()
160 VerifyGLTexParameterIuiv(GL_TEXTURE_2D_MULTISAMPLE, GL_TEXTURE_COMPARE_MODE, GL_NONE, GL_INVALID_ENUM); in iterate()
199 /* GL_TEXTURE_COMPARE_MODE, GL_NONE */ in iterate()
200 VerifyGLTexParameterIiv(GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES, GL_TEXTURE_COMPARE_MODE, GL_NONE, GL_INVALID_ENUM); in iterate()
201 VerifyGLTexParameterIuiv(GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES, GL_TEXTURE_COMPARE_MODE, GL_NONE, in iterate()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A DImage.cpp141 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...]

Completed in 26 milliseconds

12345678910>>...13