Home
last modified time | relevance | path

Searched refs:tex2DMS (Results 1 – 3 of 3) sorted by relevance

/external/deqp-deps/glslang/Test/
Dspv.separate.frag42 uniform texture2DMS tex2DMS;
82 sampler2DMS (tex2DMS, s);
/external/deqp-deps/glslang/Test/baseResults/
Dspv.separate.frag.out50 Name 241 "tex2DMS"
118 Decorate 241(tex2DMS) DescriptorSet 0
119 Decorate 241(tex2DMS) Binding 0
271 241(tex2DMS): 240(ptr) Variable UniformConstant
419 242: 239 Load 241(tex2DMS)
/external/deqp/modules/gles31/functional/
Des31fNegativeBufferApiTests.cpp1191 GLuint tex2DMS = 0x1234; in framebuffer_texture2d() local
1202 ctx.glGenTextures(1, &tex2DMS); in framebuffer_texture2d()
1203 ctx.glBindTexture(GL_TEXTURE_2D_MULTISAMPLE, tex2DMS); in framebuffer_texture2d()
1243 …lFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D_MULTISAMPLE, tex2DMS, 1); in framebuffer_texture2d()
1259 ctx.glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, tex2DMS, 0); in framebuffer_texture2d()
1263 ctx.glDeleteTextures(1, &tex2DMS); in framebuffer_texture2d()