Searched defs:m_texture (Results 1 - 25 of 32) sorted by relevance

12

/external/deqp/framework/randomshaders/
H A DrsgSamplers.hpp38 : m_texture (DE_NULL)
44 : m_texture (texture)
51 return m_texture->sample(m_sampler, s, t, lod);
55 const tcu::Texture2D* m_texture; member in class:rsg::Sampler2D
63 : m_texture (DE_NULL)
69 : m_texture (texture)
76 return m_texture->sample(m_sampler, s, t, r, lod);
80 const tcu::TextureCube* m_texture; member in class:rsg::SamplerCube
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageUtil.hpp128 tcu::Texture1D m_texture; member in class:vkt::pipeline::TestTexture1D
144 tcu::Texture1DArray m_texture; member in class:vkt::pipeline::TestTexture1DArray
161 tcu::Texture2D m_texture; member in class:vkt::pipeline::TestTexture2D
177 tcu::Texture2DArray m_texture; member in class:vkt::pipeline::TestTexture2DArray
194 tcu::Texture3D m_texture; member in class:vkt::pipeline::TestTexture3D
210 tcu::TextureCube m_texture; member in class:vkt::pipeline::TestTextureCube
227 tcu::TextureCubeArray m_texture; member in class:vkt::pipeline::TestTextureCubeArray
H A DvktPipelineImageSamplingInstance.hpp78 de::MovePtr<TestTexture> m_texture; member in class:vkt::pipeline::ImageSamplingInstance
H A DvktPipelineReferenceRenderer.hpp171 const TextureType m_texture; member in class:vkt::pipeline::SamplerFragmentShader
183 , m_texture (texture)
248 const tcu::Vec4 texColor = sampleTexture(m_texture, m_sampler, vtxTexCoord, m_lod);
/external/deqp/modules/gles31/functional/
H A Des31fShaderTextureSizeTests.cpp91 glw::GLuint m_texture; member in class:deqp::gles31::Functional::__anon4537::TextureSizeCase
106 , m_texture (0)
224 if (m_texture)
226 m_context.getRenderContext().getFunctions().deleteTextures(1, &m_texture);
227 m_texture = 0;
387 gl.genTextures(1, &m_texture);
388 gl.bindTexture(getTextureGLTarget(), m_texture);
402 if (m_texture)
404 gl.deleteTextures(1, &m_texture);
405 m_texture
[all...]
H A Des31fTextureFormatTests.cpp96 glu::TextureCubeArray* m_texture; member in class:deqp::gles31::Functional::TextureCubeArrayFormatCase
110 , m_texture (DE_NULL)
124 , m_texture (DE_NULL)
139 m_texture = m_dataType != GL_NONE
143 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat());
146 m_texture->getRefTexture().allocLevel(0);
147 tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevel(0), spec.valueMin, spec.valueMax);
161 delete m_texture;
162 m_texture = DE_NULL;
182 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture
263 glu::TextureBuffer* m_texture; member in class:deqp::gles31::Functional::TextureBufferFormatCase
[all...]
H A Des31fTextureLevelStateQueryTests.cpp836 glw::GLuint m_texture; member in class:deqp::gles31::Functional::__anon4564::TextureLevelCase
850 , m_texture (0)
880 if (m_texture)
882 m_context.getRenderContext().getFunctions().deleteTextures(1, &m_texture);
883 m_texture = 0;
955 gl.glGenTextures(1, &m_texture);
956 gl.glBindTexture(spec.bindTarget, m_texture);
965 gl.glDeleteTextures(1, &m_texture);
966 m_texture = 0;
971 m_texture
[all...]
/external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
H A DCubeRenderer.h51 Microsoft::WRL::ComPtr<ID3D11Texture2D> m_texture; member in class:sealed
/external/deqp/modules/gles2/functional/
H A Des2fTextureSizeTests.cpp72 glu::Texture2D* m_texture; member in class:deqp::gles2::Functional::Texture2DSizeCase
84 , m_texture (DE_NULL)
96 DE_ASSERT(!m_texture);
97 m_texture = new Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
104 m_texture->getRefTexture().allocLevel(levelNdx);
105 tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevel(levelNdx), tcu::Vec4(-1.0f, -1.0f, -1.0f, 2.0f), tcu::Vec4(1.0f, 1.0f, 1.0f, 0.0f));
111 delete m_texture;
112 m_texture = DE_NULL;
137 m_texture->upload();
141 gl.bindTexture(GL_TEXTURE_2D, m_texture
189 glu::TextureCube* m_texture; member in class:deqp::gles2::Functional::TextureCubeSizeCase
[all...]
H A Des2fTextureWrapTests.cpp85 glu::Texture2D* m_texture; member in class:deqp::gles2::Functional::TextureWrapCase
101 , m_texture (DE_NULL)
119 , m_texture (DE_NULL)
135 m_texture = glu::Texture2D::create(m_renderCtx, m_renderCtxInfo, m_testCtx.getArchive(), (int)m_filenames.size(), m_filenames);
136 m_width = m_texture->getRefTexture().getWidth();
137 m_height = m_texture->getRefTexture().getHeight();
141 m_texture = new Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
144 m_texture->getRefTexture().allocLevel(0);
145 tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevel(0), tcu::Vec4(-0.5f, -0.5f, -0.5f, 2.0f), tcu::Vec4(1.0f, 1.0f, 1.0f, 0.0f));
147 m_texture
[all...]
H A Des2fTextureFormatTests.cpp87 glu::Texture2D* m_texture; member in class:deqp::gles2::Functional::Texture2DFormatCase
98 , m_texture (DE_NULL)
121 m_texture = new Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
124 m_texture->getRefTexture().allocLevel(0);
125 tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevel(0), spec.valueMin, spec.valueMax);
130 delete m_texture;
131 m_texture = DE_NULL;
146 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat());
153 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat());
171 m_texture
227 glu::TextureCube* m_texture; member in class:deqp::gles2::Functional::TextureCubeFormatCase
413 glu::Texture2D* m_texture; member in class:deqp::gles2::Functional::Compressed2DFormatCase
515 glu::TextureCube* m_texture; member in class:deqp::gles2::Functional::CompressedCubeFormatCase
[all...]
H A Des2fTextureMipmapTests.cpp112 glu::Texture2D* m_texture; member in class:deqp::gles2::Functional::Texture2DMipmapCase
140 , m_texture (DE_NULL)
160 m_texture = new Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
173 m_texture->getRefTexture().allocLevel(levelNdx);
174 tcu::clear(m_texture->getRefTexture().getLevel(levelNdx), toVec4(tcu::RGBA(color)));
180 delete m_texture;
181 m_texture = DE_NULL;
252 const tcu::Texture2D& refTexture = m_texture->getRefTexture();
281 sampleParams.samplerType = gls::TextureTestUtil::getSamplerType(m_texture->getRefTexture().getFormat());
286 m_texture
464 glu::TextureCube* m_texture; member in class:deqp::gles2::Functional::TextureCubeMipmapCase
773 glu::Texture2D* m_texture; member in class:deqp::gles2::Functional::Texture2DGenMipmapCase
907 glu::TextureCube* m_texture; member in class:deqp::gles2::Functional::TextureCubeGenMipmapCase
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fRasterizationTests.cpp138 glw::GLuint m_texture; member in class:deqp::gles3::Functional::__anon4173::BaseRenderingCase
156 , m_texture (0)
221 gl.genTextures(1, &m_texture);
222 gl.bindTexture(GL_TEXTURE_2D, m_texture);
231 gl.framebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, m_texture, 0);
328 if (m_texture)
330 m_context.getRenderContext().getFunctions().deleteTextures(1, &m_texture);
331 m_texture = 0;
H A Des3fTextureSizeTests.cpp72 glu::Texture2D* m_texture; member in class:deqp::gles3::Functional::Texture2DSizeCase
84 , m_texture (DE_NULL)
96 DE_ASSERT(!m_texture);
97 m_texture = new Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
104 m_texture->getRefTexture().allocLevel(levelNdx);
105 tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevel(levelNdx), tcu::Vec4(-1.0f, -1.0f, -1.0f, 2.0f), tcu::Vec4(1.0f, 1.0f, 1.0f, 0.0f));
111 delete m_texture;
112 m_texture = DE_NULL;
137 m_texture->upload();
141 gl.bindTexture(GL_TEXTURE_2D, m_texture
189 glu::TextureCube* m_texture; member in class:deqp::gles3::Functional::TextureCubeSizeCase
[all...]
H A Des3fTextureSwizzleTests.cpp98 glu::Texture2D* m_texture; member in class:deqp::gles3::Functional::Texture2DSwizzleCase
111 , m_texture (DE_NULL)
126 m_texture = (m_internalFormat == m_format) ? new glu::Texture2D(m_context.getRenderContext(), m_format, m_dataType, width, height)
129 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat());
132 m_texture->getRefTexture().allocLevel(0);
133 tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevel(0), spec.valueMin, spec.valueMax);
138 delete m_texture;
139 m_texture = DE_NULL;
148 RandomViewport viewport (m_context.getRenderContext().getRenderTarget(), m_texture->getRefTexture().getWidth(), m_texture
[all...]
H A Des3fTextureFormatTests.cpp87 glu::Texture2D* m_texture; member in class:deqp::gles3::Functional::Texture2DFormatCase
98 , m_texture (DE_NULL)
110 , m_texture (DE_NULL)
136 m_texture = m_dataType != GL_NONE
141 m_texture->getRefTexture().allocLevel(0);
142 tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevel(0), spec.valueMin, spec.valueMax);
147 delete m_texture;
148 m_texture = DE_NULL;
163 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat());
170 renderParams.samplerType = getSamplerType(m_texture
245 glu::TextureCube* m_texture; member in class:deqp::gles3::Functional::TextureCubeFormatCase
441 glu::Texture2DArray* m_texture; member in class:deqp::gles3::Functional::Texture2DArrayFormatCase
593 glu::Texture3D* m_texture; member in class:deqp::gles3::Functional::Texture3DFormatCase
752 glu::Texture2D* m_texture; member in class:deqp::gles3::Functional::Compressed2DFormatCase
890 glu::TextureCube* m_texture; member in class:deqp::gles3::Functional::CompressedCubeFormatCase
1041 glu::Texture2D* m_texture; member in class:deqp::gles3::Functional::Texture2DFileCase
1143 glu::TextureCube* m_texture; member in class:deqp::gles3::Functional::TextureCubeFileCase
[all...]
H A Des3fTextureWrapTests.cpp125 glu::Texture2D* m_texture; member in class:deqp::gles3::Functional::TextureWrapCase
143 , m_texture (DE_NULL)
163 , m_texture (DE_NULL)
182 , m_texture (DE_NULL)
203 m_texture = glu::Texture2D::create(m_renderCtx, m_renderCtxInfo, m_testCtx.getArchive(), (int)m_filenames.size(), m_filenames);
204 m_width = m_texture->getRefTexture().getWidth();
205 m_height = m_texture->getRefTexture().getHeight();
225 m_texture = new glu::Texture2D(m_renderCtx, m_renderCtxInfo, 1, &compressedTexture);
258 m_texture = new glu::Texture2D(m_renderCtx, m_renderCtxInfo, 1, &compressedTexture, tcu::TexDecompressionParams(tcu::TexDecompressionParams::ASTCMODE_LDR));
265 m_texture
[all...]
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageSizeTests.cpp171 const Texture m_texture; member in class:vkt::image::__anon3648::SizeTest
184 , m_texture (texture)
196 const std::string imageTypeStr = getShaderImageType(mapVkFormat(m_format), m_texture.type());
197 const int dimension = m_texture.dimension();
218 : dimension == 2 || m_texture.type() == IMAGE_TYPE_CUBE ? // cubes return ivec2
259 const Texture m_texture; member in class:vkt::image::__anon3648::SizeTestInstance
267 , m_texture (texture)
328 const tcu::IVec3 expectedSize = getExpectedImageSizeResult(m_texture);
365 m_image = de::MovePtr<Image>(new Image(vk, device, allocator, makeImageCreateInfo(m_texture, m_format), MemoryRequirement::Any));
367 const VkImageSubresourceRange subresourceRange = makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 1u, 0u, m_texture
[all...]
/external/deqp/modules/egl/
H A DteglGLES2SharingTests.cpp474 tcu::Texture2D m_texture; member in class:deqp::egl::GLES2TextureSharingTest
485 , m_texture (tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), 1, 1)
493 m_texture = tcu::Texture2D(tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), width, height);
494 m_texture.allocLevel(0);
496 tcu::fillWithComponentGradients(m_texture.getLevel(0), tcu::Vec4(0.0f, 0.0f, 0.0f, 1.0f), tcu::Vec4(1.0f, 1.0f, 1.0f, 1.0f));
503 GLU_CHECK_GLW_CALL(m_gl, texImage2D(GL_TEXTURE_2D, 0, GL_RGBA, width, height, 0, GL_RGBA, GL_UNSIGNED_BYTE, m_texture.getLevel(0).getDataPtr()));
617 tcu::Vec4 color = m_texture.sample(tcu::Sampler(tcu::Sampler::REPEAT_GL, tcu::Sampler::REPEAT_GL, tcu::Sampler::REPEAT_GL, tcu::Sampler::LINEAR, tcu::Sampler::LINEAR), t, s, lod);
H A DteglImageUtil.cpp146 TextureClientBuffer (const glw::Functions& gl) : m_texture (gl) {}
147 GLuint getName (void) const { return *m_texture; }
150 glu::Texture m_texture; member in class:deqp::egl::Image::TextureClientBuffer
H A DteglGLES2SharedRenderingPerfTests.cpp113 GLuint getTexture (void) const { return m_texture; }
130 GLuint m_texture; member in class:deqp::egl::__anon3953::TestContext
488 , m_texture (0)
544 m_texture = createTexture(m_gl, m_config);
548 m_texture = parent->getTexture();
550 m_texture = createTexture(m_gl, m_config);
555 m_texture = createTextureFromImage(m_eglImage);
564 m_texture = createTextureFromImage(m_eglImage);
569 m_texture = parent->getTexture();
573 m_texture
[all...]
/external/deqp/modules/gles2/performance/
H A Des2pTextureUploadTests.cpp97 deUint32 m_texture; member in class:deqp::gles2::Performance::TextureUploadCase
113 , m_texture (0)
134 gl.deleteTextures(1, &m_texture);
135 m_texture = 0;
206 gl.genTextures (1, &m_texture);
207 gl.bindTexture (GL_TEXTURE_2D, m_texture);
/external/deqp/modules/gles2/accuracy/
H A Des2aTextureMipmapTests.cpp111 glu::Texture2D* m_texture; member in class:deqp::gles2::Accuracy::Texture2DMipmapCase
139 , m_texture (DE_NULL)
156 m_texture = new Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
169 m_texture->getRefTexture().allocLevel(levelNdx);
170 tcu::clear(m_texture->getRefTexture().getLevel(levelNdx), toVec4(tcu::RGBA(color)));
176 delete m_texture;
177 m_texture = DE_NULL;
252 const tcu::Texture2D& refTexture = m_texture->getRefTexture();
284 sampleParams.samplerType = gls::TextureTestUtil::getSamplerType(m_texture->getRefTexture().getFormat());
290 m_texture
410 glu::TextureCube* m_texture; member in class:deqp::gles2::Accuracy::TextureCubeMipmapCase
[all...]
/external/deqp/modules/gles3/accuracy/
H A Des3aTextureMipmapTests.cpp108 glu::Texture2D* m_texture; member in class:deqp::gles3::Accuracy::Texture2DMipmapCase
136 , m_texture (DE_NULL)
148 m_texture = new glu::Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
161 m_texture->getRefTexture().allocLevel(levelNdx);
162 tcu::clear(m_texture->getRefTexture().getLevel(levelNdx), toVec4(tcu::RGBA(color)));
168 delete m_texture;
169 m_texture = DE_NULL;
244 const tcu::Texture2D& refTexture = m_texture->getRefTexture();
277 sampleParams.samplerType = gls::TextureTestUtil::getSamplerType(m_texture->getRefTexture().getFormat());
283 m_texture
403 glu::TextureCube* m_texture; member in class:deqp::gles3::Accuracy::TextureCubeMipmapCase
[all...]
/external/deqp/modules/glshared/
H A DglsTextureBufferCase.cpp184 , m_texture (texture)
200 texelValue = tcu::Vec4(m_texture.getPixel(de::clamp<int>((deRoundFloatToInt32(position.x() * 4) + 4) * (deRoundFloatToInt32(position.y() * 4) + 4), 0, m_texture.getWidth()-1), 0));
208 const tcu::ConstPixelBufferAccess m_texture; member in class:deqp::gls::__anon4626::TextureVertexShader
251 , m_texture (texture)
268 const tcu::Vec4 texColor0 = m_texture.getPixel(de::clamp((position0.x() * position0.y()), 0, m_texture.getWidth()-1), 0);
269 const tcu::Vec4 texColor1 = m_texture.getPixel(de::clamp((position1.x() * position1.y()), 0, m_texture.getWidth()-1), 0);
270 const tcu::Vec4 texColor2 = m_texture
291 const tcu::ConstPixelBufferAccess m_texture; member in class:deqp::gls::__anon4626::TextureFragmentShader
[all...]

Completed in 1473 milliseconds

12