Home
last modified time | relevance | path

Searched refs:maxTextureBufferSize (Results 1 - 7 of 7) sorted by relevance

/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureUtil.hpp93 tcu::PixelBufferAccess getTextureBufferEffectiveRefTexture (TextureBuffer& buffer, int maxTextureBufferSize);
94 tcu::ConstPixelBufferAccess getTextureBufferEffectiveRefTexture (const TextureBuffer& buffer, int maxTextureBufferSize);
H A DgluTextureUtil.cpp1215 tcu::PixelBufferAccess getTextureBufferEffectiveRefTexture (TextureBuffer& buffer, int maxTextureBufferSize)
1217 DE_ASSERT(maxTextureBufferSize > 0);
1222 tcu::IVec3(de::min(fullAccess.getWidth(), maxTextureBufferSize), 1, 1),
1227 tcu::ConstPixelBufferAccess getTextureBufferEffectiveRefTexture (const TextureBuffer& buffer, int maxTextureBufferSize)
1229 return getTextureBufferEffectiveRefTexture(const_cast<TextureBuffer&>(buffer), maxTextureBufferSize);
/third_party/vk-gl-cts/modules/glshared/
H A DglsTextureBufferCase.cpp660 int maxTextureBufferSize, in renderReference()
664 const tcu::ConstPixelBufferAccess effectiveAccess = glu::getTextureBufferEffectiveRefTexture(texture, maxTextureBufferSize); in renderReference()
769 int maxTextureBufferSize = 0; in render() local
771 renderContext.getFunctions().getIntegerv(GL_MAX_TEXTURE_BUFFER_SIZE, &maxTextureBufferSize); in render()
773 DE_ASSERT(maxTextureBufferSize > 0); // checked in init() in render()
781 renderReference(renderBits, coordSeed, triangleCount, texture, maxTextureBufferSize, target, subpixelBits); in render()
974 const int maxTextureBufferSize = info->getInt(GL_MAX_TEXTURE_BUFFER_SIZE); in init() local
975 if (maxTextureBufferSize <= 0) in init()
656 renderReference(RenderBits renderBits, deUint32 coordSeed, int triangleCount, const glu::TextureBuffer& texture, int maxTextureBufferSize, const tcu::PixelBufferAccess& target, int subpixelBits) renderReference() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCaps.h379 GLint maxTextureBufferSize = 0; member
H A DContext.cpp2110 *params = mState.mCaps.maxTextureBufferSize; in getIntegervImpl()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_caps_utils.cpp961 mNativeCaps.maxTextureBufferSize = LimitToInt(limitsVk.maxTexelBufferElements); in ensureCapsInitialized()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Drenderergl_utils.cpp1789 caps->maxTextureBufferSize = QuerySingleGLInt(functions, GL_MAX_TEXTURE_BUFFER_SIZE); in GenerateCaps()

Completed in 26 milliseconds