Home
last modified time | relevance | path

Searched refs:m_format (Results 1 – 25 of 128) sorted by relevance

123456

/external/deqp/modules/internal/
DditAstcTests.cpp50 const CompressedTexFormat m_format; member in dit::__anonecb5a0350111::AstcCase
64 , m_format (format) in AstcCase()
110 if (astc::isBlockTestTypeHDROnly(blockTestType) && isAstcSRGBFormat(m_format)) in iterate()
114 astc::generateBlockCaseTestData(generatedData, m_format, blockTestType); in iterate()
116 testDecompress(m_format, getNumBlocksFromBytes(generatedData.size()), &generatedData[0]); in iterate()
124 …verifyBlocksValid(m_format, TexDecompressionParams::ASTCMODE_LDR, getNumBlocksFromBytes(generatedD… in iterate()
126 if (!isAstcSRGBFormat(m_format)) in iterate()
127 …verifyBlocksValid(m_format, TexDecompressionParams::ASTCMODE_HDR, getNumBlocksFromBytes(generatedD… in iterate()
138 testDecompress(m_format, numBlocks, &generatedData[0]); in iterate()
140 verifyBlocksValid(m_format, TexDecompressionParams::ASTCMODE_LDR, numBlocks, &generatedData[0]); in iterate()
[all …]
/external/deqp/modules/gles3/functional/
Des3fFboDepthbufferTests.cpp54 , m_format (format) in BasicFboDepthCase()
63 checkFormatSupport(m_format); in preCheck()
92 glRenderbufferStorage(GL_RENDERBUFFER, m_format, m_width, m_height); in render()
136 deUint32 m_format; member in deqp::gles3::Functional::BasicFboDepthCase
146 , m_format (format) in DepthWriteClampCase()
155 checkFormatSupport(m_format); in preCheck()
164 glu::TransferFormat transferFmt = glu::getTransferFormat(glu::mapGLInternalFormat(m_format)); in render()
182 …glTexImage2D(GL_TEXTURE_2D, 0, m_format, m_width, m_height, 0, transferFmt.format, transferFmt.dat… in render()
222 const deUint32 m_format; member in deqp::gles3::Functional::DepthWriteClampCase
232 , m_format (format) in DepthTestClampCase()
[all …]
Des3fReadPixelsTests.cpp82 GLint m_format; member in deqp::gles3::Functional::__anon964df48e0111::ReadPixelsTest
101 , m_format (format) in ReadPixelsTest()
208 GLU_CHECK_CALL(glGetIntegerv(GL_IMPLEMENTATION_COLOR_READ_FORMAT, &m_format)); in getFormatInfo()
211 if (m_format != GL_RGBA && m_format != GL_BGRA && m_format != GL_RGB) in getFormatInfo()
212 …d IMPLEMENTATION_COLOR_READ_FORMAT: " + de::toString(glu::getTextureFormatStr(m_format))).c_str()); in getFormatInfo()
217 format = glu::mapGLTransferFormat(m_format, m_type); in getFormatInfo()
249 else if (m_format == GL_RGBA || m_format == GL_BGRA || m_format == GL_RGB) in clearColor()
259 if (m_format == GL_RGBA || m_format == GL_BGRA || m_format == GL_RGB) in clearColor()
275 else if (m_format == GL_RGBA_INTEGER) in clearColor()
318 GLU_CHECK_CALL(glReadPixels(0, 0, m_width, m_height, m_format, m_type, &(pixelData[0]))); in clearColor()
[all …]
Des3fFboColorbufferTests.cpp83 , m_format (format) in FboColorbufferCase()
89 const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_format), MIN_THRESHOLD)); in compare()
97 const deUint32 m_format; member in deqp::gles3::Functional::FboColorbufferCase
113 checkFormatSupport(m_format); in preCheck()
118 tcu::TextureFormat fboFormat = glu::mapGLInternalFormat(m_format); in render()
130 glRenderbufferStorage(GL_RENDERBUFFER, m_format, m_width, m_height); in render()
335 checkFormatSupport(m_format); in preCheck()
361 tcu::TextureFormat texFmt = glu::mapGLInternalFormat(m_format); in render()
380 bool isFilterable = glu::isGLInternalColorFormatFilterable(m_format); in render()
394 …glTexImage2D(cubeGLFaces[ndx], 0, m_format, size.x(), size.y(), 0, transferFmt.format, transferFmt… in render()
[all …]
Des3fTextureFormatTests.cpp100 deUint32 m_format; member in deqp::gles3::Functional::Texture2DFormatCase
113 , m_format (format) in Texture2DFormatCase()
126 , m_format (internalFormat) in Texture2DFormatCase()
142 checkSupport(m_renderCtxInfo, m_format); in init()
145 …t fmt = m_dataType ? glu::mapGLTransferFormat(m_format, m_dataType) : glu::mapGLInternalFormat(m… in init()
150 fmtName << glu::getTextureFormatStr(m_format) << ", " << glu::getTypeStr(m_dataType); in init()
152 fmtName << glu::getTextureFormatStr(m_format); in init()
159 …? new glu::Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height) // Implicit internal fo… in init()
160 : new glu::Texture2D(m_renderCtx, m_format, m_width, m_height); // Explicit internal format. in init()
263 deUint32 m_format; member in deqp::gles3::Functional::TextureCubeFormatCase
[all …]
Des3fASTCDecompressionCases.cpp247 CompressedTexFormat getFormat (void) const { return m_format; } in getFormat()
255 const CompressedTexFormat m_format; member in deqp::gles3::Functional::ASTCDecompressionCaseInternal::ASTCRenderer2D
275 , m_format (format) in ASTCRenderer2D()
376 , m_format (format) in ASTCBlockCase2D()
381 …DE_ASSERT(!(tcu::isAstcSRGBFormat(m_format) && tcu::astc::isBlockTestTypeHDROnly(m_testType))); //… in ASTCBlockCase2D()
393 generateBlockCaseTestData(m_blockData, m_format, m_testType); in init()
429 …rTarget().getPixelFormat().getColorThreshold() + (tcu::isAstcSRGBFormat(m_format) ? tcu::RGBA(2,2,… in iterate()
430 tcu::CompressedTexture compressed (m_format, imageWidth, imageHeight); in iterate()
448 …ionMode = (m_renderer->getASTCSupport() == ASTCSUPPORTLEVEL_LDR || tcu::isAstcSRGBFormat(m_format)) in iterate()
529 , m_format (format) in ASTCBlockSizeRemainderCase2D()
[all …]
/external/deqp/framework/opengl/
DgluTexture.cpp54 , m_format (format) in Texture1D()
65 , m_format (sizedFormat) in Texture1D()
97 …gl.texImage1D(GL_TEXTURE_1D, levelNdx, m_format, access.getWidth(), 0 /* border */, transferFormat… in upload()
108 , m_format (format) in Texture2D()
120 , m_format (sizedFormat) in Texture2D()
132 , m_format (getGLFormat(levels[0].getFormat())) in Texture2D()
138 if (!contextInfo.isCompressedTextureFormatSupported(m_format)) in Texture2D()
181 …gl.texImage2D(GL_TEXTURE_2D, levelNdx, m_format, access.getWidth(), access.getHeight(), 0 /* borde… in upload()
306 …gl.texStorage2D(GL_TEXTURE_2D, m_refTexture.getNumLevels(), m_format, m_refTexture.getWidth(), m_r… in upload()
325 , m_format (getGLFormat(levels[0].getFormat())) in TextureCube()
[all …]
DgluTexture.hpp61 deUint32 m_format; //!< Internal format. member in glu::Texture1D
91 deUint32 m_format; //!< Internal format. member in glu::Texture2D
148 deUint32 m_format; //!< Internal format. member in glu::TextureCube
182 deUint32 m_format; //!< Internal format. member in glu::Texture2DArray
211 deUint32 m_format; //!< Internal format. member in glu::Texture1DArray
244 deUint32 m_format; //!< Internal format. member in glu::Texture3D
275 deUint32 m_format; //!< Internal format. member in glu::TextureCubeArray
315 deUint32 m_format; //!< Internal format. member in glu::TextureBuffer
/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionGroupFormat.h45 lldb::Format GetFormat() const { return m_format.GetCurrentValue(); } in GetFormat()
47 OptionValueFormat &GetFormatValue() { return m_format; } in GetFormatValue()
49 const OptionValueFormat &GetFormatValue() const { return m_format; } in GetFormatValue()
62 return m_format.OptionWasSet() || m_byte_size.OptionWasSet() || in AnyOptionWasSet()
71 OptionValueFormat m_format; variable
/external/deqp/modules/gles31/functional/
Des31fStencilTexturingTests.cpp522 , m_format (format) in UploadTex2DCase()
535 TextureLevel uploadLevel (glu::mapGLInternalFormat(m_format), width, height); in iterate()
539 checkDepthStencilFormatSupport(m_context, m_format); in iterate()
545 gl.texStorage2D(GL_TEXTURE_2D, 1, m_format, width, height); in iterate()
569 const deUint32 m_format; member in deqp::gles31::Functional::__anon37ca69db0111::UploadTex2DCase
577 , m_format (format) in UploadTex2DArrayCase()
592 TextureLevel uploadLevel (glu::mapGLInternalFormat(m_format), width, height, levels); in iterate()
594 checkDepthStencilFormatSupport(m_context, m_format); in iterate()
607 gl.texStorage3D(GL_TEXTURE_2D_ARRAY, 1, m_format, width, height, levels); in iterate()
655 const deUint32 m_format; member in deqp::gles31::Functional::__anon37ca69db0111::UploadTex2DArrayCase
[all …]
/external/deqp/framework/common/
DtcuTexture.cpp939 : m_format (format) in ConstPixelBufferAccess()
941 , m_pitch (calculatePackedPitch(m_format, m_size)) in ConstPixelBufferAccess()
949 : m_format (format) in ConstPixelBufferAccess()
951 , m_pitch (calculatePackedPitch(m_format, m_size)) in ConstPixelBufferAccess()
959 : m_format (format) in ConstPixelBufferAccess()
969 : m_format (format) in ConstPixelBufferAccess()
976 DE_ASSERT(m_format.getPixelSize() <= m_pitch.x()); in ConstPixelBufferAccess()
980 : m_format (format) in ConstPixelBufferAccess()
987 DE_ASSERT(m_format.getPixelSize() <= m_pitch.x()); in ConstPixelBufferAccess()
991 : m_format (level.getFormat()) in ConstPixelBufferAccess()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesImageAlignedMipSize.cpp73 const VkFormat m_format; member in vkt::sparse::__anond6a8a9d30111::ImageAlignedMipSizeCase
85 , m_format (format) in ImageAlignedMipSizeCase()
102 if (formatIsR64(m_format)) in checkSupport()
126 const VkFormat m_format; member in vkt::sparse::__anond6a8a9d30111::ImageAlignedMipSizeInstance
136 , m_format (format) in ImageAlignedMipSizeInstance()
149 const PlanarFormatDescription formatDescription = getPlanarFormatDescription(m_format); in iterate()
156 imageCreateInfo.format = m_format; in iterate()
191 …imageCreateInfo.mipLevels = getMipmapCount(m_format, formatDescription, imageFormatProperties, ima… in iterate()
257 return new ImageAlignedMipSizeInstance(context, m_imageType, m_imageSize, m_format); in createInstance()
DvktSparseResourcesShaderIntrinsicsStorage.cpp49 const PlanarFormatDescription formatDescription = getPlanarFormatDescription(m_format); in initPrograms()
52 const std::string formatQualStr = getShaderImageFormatQualifier(m_format); in initPrograms()
64 …const std::string opTypeImageSparse = getOpTypeImageSparse(m_imageType, m_format, typeImgComp… in initPrograms()
74 if (formatIsR64(m_format)) in initPrograms()
122 if (formatIsR64(m_format)) in initPrograms()
156 …<< "%type_image_sparse = " << getOpTypeImageSparse(m_imageType, m_format, typeImgComp, false) << "… in initPrograms()
160 …<< "%type_image_sparse_with_sampler = " << getOpTypeImageSparse(m_imageType, m_format, typeImgComp… in initPrograms()
200 …<< "%constant_uint_resident = OpConstant " << (formatIsR64(m_format) ? "%type_uint64" : "%type_u… in initPrograms()
202 …<< "%constant_uint_not_resident = OpConstant " << (formatIsR64(m_format) ? "%type_uint64" : "%typ… in initPrograms()
574 …n new SparseShaderIntrinsicsInstanceFetch(context, m_function, m_imageType, m_imageSize, m_format); in createInstance()
[all …]
/external/deqp/modules/gles2/functional/
Des2fTextureSpecificationTests.cpp622 , m_format (format) in BasicTexImage2DCase()
653 …glTexImage2D(GL_TEXTURE_2D, ndx, m_format, levelW, levelH, 0, m_format, m_dataType, levelData.getA… in createTexture()
657 deUint32 m_format; member in deqp::gles2::Functional::BasicTexImage2DCase
667 , m_format (format) in BasicTexImageCubeCase()
704 …glTexImage2D(s_cubeMapFaces[face], ndx, m_format, levelW, levelH, 0, m_format, m_dataType, levelDa… in createTexture()
709 deUint32 m_format; member in deqp::gles2::Functional::BasicTexImageCubeCase
719 , m_format (format) in RandomOrderTexImage2DCase()
757 …glTexImage2D(GL_TEXTURE_2D, levelNdx, m_format, levelW, levelH, 0, m_format, m_dataType, levelData… in createTexture()
761 deUint32 m_format; member in deqp::gles2::Functional::RandomOrderTexImage2DCase
771 , m_format (format) in RandomOrderTexImageCubeCase()
[all …]
/external/deqp/modules/egl/
DteglImageUtil.cpp181 …at, GLenum type, bool useTexLevel0) : m_internalFormat(internalFormat), m_format(format), m_type(t… in TextureImageSource()
192 const GLenum m_format; member in deqp::egl::Image::TextureImageSource
220 return deqp::egl::Image::getEffectiveFormat(m_format, m_type); in getEffectiveFormat()
253 *ref = Texture2D(glu::mapGLTransferFormat(m_format, m_type), IMAGE_WIDTH, IMAGE_HEIGHT); in createBuffer()
265 0, m_format, m_type, ref->getLevel(0).getDataPtr())); in createBuffer()
286 …age2D(GL_TEXTURE_2D, 0, m_internalFormat, IMAGE_WIDTH, IMAGE_HEIGHT, 0, m_format, m_type, DE_NULL), in initTexture()
318 …ge2D(faces[faceNdx], 0, m_internalFormat, IMAGE_WIDTH, IMAGE_HEIGHT, 0, m_format, m_type, DE_NULL)… in initTexture()
334 RenderbufferImageSource (GLenum format) : m_format(format) {} in RenderbufferImageSource()
338 GLenum getEffectiveFormat (void) const { return m_format; } in getEffectiveFormat()
344 GLenum m_format; member in deqp::egl::Image::RenderbufferImageSource
[all …]
/external/libkmsxx/kms++util/src/
Dextcpuframebuffer.cpp10 : m_width(width), m_height(height), m_format(format) in ExtCPUFramebuffer()
12 const PixelFormatInfo& format_info = get_pixel_format_info(m_format); in ExtCPUFramebuffer()
28 : m_width(width), m_height(height), m_format(format) in ExtCPUFramebuffer()
30 const PixelFormatInfo& format_info = get_pixel_format_info(m_format); in ExtCPUFramebuffer()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMisalignedCubeTests.cpp138 const VkFormat m_format; member in vkt::image::__anon2e7d873f0111::MisalignedCubeTestInstance
144 , m_format (format) in MisalignedCubeTestInstance()
151 DE_ASSERT(m_format == VK_FORMAT_R8G8B8A8_UNORM); in iterate()
163 const deUint32 pixelSize = static_cast<deUint32>(tcu::getPixelSize(mapVkFormat(m_format))); in iterate()
170 const VkImageCreateInfo imageCreateInfo = makeImageCreateInfo(m_size, m_format); in iterate()
173 …0 = makeImageView(vk, device, image->get(), VK_IMAGE_VIEW_TYPE_CUBE, m_format, imageSubresource… in iterate()
175 …1 = makeImageView(vk, device, image->get(), VK_IMAGE_VIEW_TYPE_CUBE, m_format, imageSubresource… in iterate()
234 fillBuffer(vk, device, *clearBufferAlloc, bufferOffset, layerSize, m_format, clearColor); in iterate()
297 const VkFormat m_format; member in vkt::image::__anon2e7d873f0111::MisalignedCubeTest
307 , m_format (format) in MisalignedCubeTest()
[all …]
DvktImageLoadStoreTests.cpp457 const VkFormat m_format; member in vkt::image::__anon7d65e3900111::StoreTest
471 , m_format (format) in StoreTest()
482 …icalDeviceFormatProperties(context.getInstanceInterface(), context.getPhysicalDevice(), m_format)); in checkSupport()
499 const float storeColorScale = computeStoreColorScale(m_format, m_texture.size()); in initPrograms()
500 const float storeColorBias = computeStoreColorBias(m_format); in initPrograms()
501 DE_ASSERT(colorScaleAndBiasAreValid(m_format, storeColorScale, storeColorBias)); in initPrograms()
505 …const std::string signednessPrefix = isUintFormat(m_format) ? "u" : isIntFormat(m_format) ? "i" : … in initPrograms()
506 const bool storeNegativeValues = isSignedFormat(m_format) && (storeColorBias == 0); in initPrograms()
515 if (isIntegerFormat(m_format)) in initPrograms()
520 …mp = !isRepresentableIntegerValue(tcu::Vector<deInt64, 4>(minStoreValue), mapVkFormat(m_format)) || in initPrograms()
[all …]
DvktImageAtomicOperationTests.cpp649 const tcu::TextureFormat m_format; member in vkt::image::__anonc92c14710111::BinaryAtomicEndResultCase
671 , m_format (format) in BinaryAtomicEndResultCase()
682 …commonCheckSupport(context, m_format, m_imageType, m_operation, m_useTransfer, m_readType, m_backi… in checkSupport()
687 const VkFormat imageFormat = mapTextureFormat(m_format); in initPrograms()
695 AddFillReadShader(sourceCollections, m_imageType, m_format, type, vec4Type); in initPrograms()
699 …const CaseVariant caseVariant{m_imageType, m_format.order, m_format.type, CaseVariant::CHECK_T… in initPrograms()
724 const string shaderImageFormatStr = getShaderImageFormatQualifier(m_format); in initPrograms()
725 const string shaderImageTypeStr = getShaderImageType(m_format, m_imageType); in initPrograms()
775 const tcu::TextureFormat m_format; member in vkt::image::__anonc92c14710111::BinaryAtomicIntermValuesCase
797 , m_format (format) in BinaryAtomicIntermValuesCase()
[all …]
DvktImageQualifiersTests.cpp225 const tcu::TextureFormat m_format; member in vkt::image::__anon5bdc83180111::MemoryQualifierTestCase
241 , m_format(format) in MemoryQualifierTestCase()
260 const bool uintFormat = isUintFormat(mapTextureFormat(m_format)); in initPrograms()
261 const bool intFormat = isIntFormat(mapTextureFormat(m_format)); in initPrograms()
265 const std::string shaderImageFormat = getShaderImageFormatQualifier(m_format); in initPrograms()
266 const std::string shaderImageType = getShaderImageType(m_format, m_imageType); in initPrograms()
346 const tcu::TextureFormat m_format; member in vkt::image::__anon5bdc83180111::MemoryQualifierInstanceBase
363 , m_format(format) in MemoryQualifierInstanceBase()
374 …eviceSize bufferSizeInBytes = getNumPixels(m_imageType, m_imageSize) * tcu::getPixelSize(m_format); in iterate()
416 …tcu::ConstPixelBufferAccess resultPixelBuffer(m_format, computeGridSize.x(), computeGridSize.y(), … in iterate()
[all …]
DvktImageSizeTests.cpp176 const VkFormat m_format; member in vkt::image::__anonb5c3b33e0111::SizeTest
189 , m_format (format) in SizeTest()
205 const std::string formatQualifierStr = getShaderImageFormatQualifier(mapVkFormat(m_format)); in initPrograms()
206 const std::string imageTypeStr = getShaderImageType(mapVkFormat(m_format), m_texture.type()); in initPrograms()
269 const VkFormat m_format; member in vkt::image::__anonb5c3b33e0111::SizeTestInstance
277 , m_format (format) in SizeTestInstance()
374 …<Image>(new Image(vk, device, allocator, makeImageCreateInfo(m_texture, m_format), MemoryRequireme… in ImageSizeTestInstance()
377 …ageView(vk, device, m_image->get(), mapImageViewType(m_texture.type()), m_format, subresourceRange… in ImageSizeTestInstance()
450 const VkDeviceSize imageSizeBytes = getImageSizeBytes(m_texture.size(), m_format); in BufferSizeTestInstance()
454 m_bufferView = makeBufferView(vk, device, m_imageBuffer->get(), m_format, 0ull, imageSizeBytes); in BufferSizeTestInstance()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawDepthClampTests.cpp190 const VkFormat m_format; member in vkt::Draw::__anonbde8231b0111::DepthClampTestInstance
212 , m_format(format) in DepthClampTestInstance()
238 …const ImageCreateInfo targetImageCreateInfo (VK_IMAGE_TYPE_2D, m_format, { WIDTH, HEIGHT, 1u… in DepthClampTestInstance()
243 m_format, // format in DepthClampTestInstance()
266 …ateInfo depthTargetViewInfo (m_depthTargetImage->object(), VK_IMAGE_VIEW_TYPE_2D, m_format); in DepthClampTestInstance()
338 … isCombinedType = tcu::isCombinedDepthStencilType(mapVkFormat(m_format).type) && m_format != VK_F… in draw()
398 DE_ASSERT((isUnormDepthFormat(m_format) == false) || in iterate()
421 , m_format(format) in DepthClampTest()
466 …if (vki.getPhysicalDeviceImageFormatProperties(vkd, m_format, VK_IMAGE_TYPE_2D, VK_IMAGE_TILING_OP… in checkSupport()
474 return new DepthClampTestInstance(context, m_params, m_format, m_epsilon); in createInstance()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrFilteringTests.cpp87 const VkFormat m_format; member in vkt::ycbcr::__anon0e42b8a70111::LinearFilteringTestInstance
97 , m_format (format) in LinearFilteringTestInstance()
196 m_format, in createYCbCrConversion()
223 m_format, in createImage()
248 m_format, in createImageView()
305 m_format, // format in iterate()
329 …ateAndBindImageMemory(m_vkd, m_device, m_context.getDefaultAllocator(), *testImage, m_format, 0u)); in iterate()
333 MultiPlaneImageData imageData(m_format, imageSize); in iterate()
382 …perties formatProperties (getPhysicalDeviceFormatProperties(instInt, physicalDevice, m_format)); in iterate()
398 const tcu::UVec4 bitDepth (getYCbCrBitDepth(m_format)); in iterate()
[all …]
/external/llvm-project/lldb/source/Interpreter/
DOptionGroupFormat.cpp22 : m_format(default_format, default_format), in OptionGroupFormat()
63 error = m_format.SetValueFromString(option_arg); in SetOptionValue()
150 m_format.SetCurrentValue(format); in SetOptionValue()
151 m_format.SetOptionWasSet(); in SetOptionValue()
263 m_format.Clear(); in OptionParsingStarting()
/external/deqp/modules/gles2/performance/
Des2pTextureUploadTests.cpp90 deUint32 m_format; member in deqp::gles2::Performance::TextureUploadCase
107 , m_format (format) in TextureUploadCase()
217 const tcu::TextureFormat& texFmt = glu::mapGLTransferFormat(m_format, m_type); in init()
230 …gl.texImage2D (GL_TEXTURE_2D, 0, m_format, m_texSize, m_texSize, 0, m_format, m_type, &m_texData[0… in init()
321 …gl.texImage2D(GL_TEXTURE_2D, 0, m_format, m_texSize, m_texSize, 0, m_format, m_type, &m_texData[0]… in render()
324 gl.texSubImage2D(GL_TEXTURE_2D, 0, 0, 0, m_texSize, m_texSize, m_format, m_type, &m_texData[0]); in render()
417 …gl.texImage2D(GL_TEXTURE_2D, 0, m_format, m_texSize, m_texSize, 0, m_format, m_type, &m_texData[0]… in render()
420 gl.texSubImage2D(GL_TEXTURE_2D, 0, 0, 0, m_texSize, m_texSize, m_format, m_type, &m_texData[0]); in render()

123456