Home
last modified time | relevance | path

Searched refs:glType (Results 1 – 25 of 231) sorted by relevance

12345678910

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/gpu/
H A DTexture.cpp64 …xt3D* context, Texture::Format format, unsigned int* glFormat, unsigned int* glType, bool* swizzle) in convertFormat() argument
70 *glType = GraphicsContext3D::UNSIGNED_BYTE; in convertFormat()
75 *glType = GraphicsContext3D::UNSIGNED_BYTE; in convertFormat()
78 *glType = GraphicsContext3D::UNSIGNED_BYTE; in convertFormat()
110 unsigned int glType = 0; in create() local
112 convertFormat(context, format, &glFormat, &glType, &swizzle); in create()
117 0, glFormat, glType); in create()
159 unsigned int glType = 0; in updateSubRect() local
161 convertFormat(m_context, m_format, &glFormat, &glType, &swizzle); in updateSubRect()
163 ASSERT(glFormat == GraphicsContext3D::RGBA && glType == GraphicsContext3D::UNSIGNED_BYTE); in updateSubRect()
[all …]
/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/ext/nanogui/python/
H A Dglutil.cpp13 GLuint glType; in uploadAttribPy() local
18 case 1: glType = GL_BYTE; break; in uploadAttribPy()
19 case 2: glType = GL_SHORT; break; in uploadAttribPy()
20 case 4: glType = GL_INT; break; in uploadAttribPy()
25 case 1: glType = GL_UNSIGNED_BYTE; break; in uploadAttribPy()
26 case 2: glType = GL_UNSIGNED_SHORT; break; in uploadAttribPy()
27 case 4: glType = GL_UNSIGNED_INT; break; in uploadAttribPy()
32 case 2: glType = GL_HALF_FLOAT; break; in uploadAttribPy()
33 case 4: glType = GL_FLOAT; break; in uploadAttribPy()
34 case 8: glType = GL_DOUBLE; break; in uploadAttribPy()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles2/functional/
H A Des2fReadPixelsTests.cpp66 void getFormatInfo (tcu::TextureFormat& format, GLint& glFormat, GLint& glType, int& pixelSize);
144 void ReadPixelsTest::getFormatInfo (tcu::TextureFormat& format, GLint& glFormat, GLint& glType, int… in getFormatInfo() argument
149 GLU_CHECK_CALL(glGetIntegerv(GL_IMPLEMENTATION_COLOR_READ_TYPE, &glType)); in getFormatInfo()
153 if (glu::getTypeName(glType) == DE_NULL) in getFormatInfo()
154 …pported GL_IMPLEMENTATION_COLOR_READ_TYPE: " + de::toString(tcu::Format::Hex<4>(glType))).c_str()); in getFormatInfo()
156 format = glu::mapGLTransferFormat(glFormat, glType); in getFormatInfo()
164 glType = GL_UNSIGNED_BYTE; in getFormatInfo()
179 GLint glType; in iterate() local
181 getFormatInfo(format, glFormat, glType, pixelSize); in iterate()
182 …" << glu::getTextureFormatStr(glFormat) << ", Type: " << glu::getTypeStr(glType) << tcu::TestLog::… in iterate()
[all …]
/dports/x11-toolkits/nanogui/nanogui-e9ec8a1a9861cf578d9c6e85a6420080aa715c03/python/
H A Dglutil.cpp13 GLuint glType; in uploadAttribPy() local
18 case 1: glType = GL_BYTE; break; in uploadAttribPy()
19 case 2: glType = GL_SHORT; break; in uploadAttribPy()
20 case 4: glType = GL_INT; break; in uploadAttribPy()
25 case 1: glType = GL_UNSIGNED_BYTE; break; in uploadAttribPy()
26 case 2: glType = GL_UNSIGNED_SHORT; break; in uploadAttribPy()
27 case 4: glType = GL_UNSIGNED_INT; break; in uploadAttribPy()
32 case 2: glType = GL_HALF_FLOAT; break; in uploadAttribPy()
33 case 4: glType = GL_FLOAT; break; in uploadAttribPy()
34 case 8: glType = GL_DOUBLE; break; in uploadAttribPy()
[all …]
/dports/misc/usd/USD-21.11/pxr/imaging/glf/
H A Dutils.cpp80 GlfGetHioFormat(GLenum glFormat, GLenum glType, bool isSRGB) in GlfGetHioFormat() argument
88 switch (glType) { in GlfGetHioFormat()
113 switch (glType) { in GlfGetHioFormat()
137 switch (glType) { in GlfGetHioFormat()
161 switch (glType) { in GlfGetHioFormat()
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/com/jogamp/opengl/util/
H A DGLBuffers.java70 public static final boolean isSignedGLType(final int glType) { in isSignedGLType() argument
71 switch (glType) { // 29 in isSignedGLType()
90 public static final boolean isGLTypeFixedPoint(final int glType) { in isGLTypeFixedPoint() argument
91 switch(glType) { in isGLTypeFixedPoint()
128 public static final int sizeOfGLType(final int glType) { in sizeOfGLType() argument
129 switch (glType) { // 29 in sizeOfGLType()
202 public static final Buffer newDirectGLBuffer(final int glType, final int numElements) { in newDirectGLBuffer() argument
203 switch (glType) { // 29 in newDirectGLBuffer()
274 …er sliceGLBuffer(final ByteBuffer parent, final int bytePos, final int byteLen, final int glType) { in sliceGLBuffer() argument
285 switch (glType) { // 29 in sliceGLBuffer()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/graphics/opengl/
H A Dopengl-graphics.cpp701 GLenum glIntFormat, glFormat, glType; in setMouseCursor() local
1082 GLenum glIntFormat, glFormat, glType; in createSurface() local
1129 glType = GL_UNSIGNED_BYTE; in getGLPixelFormat()
1134 glType = GL_UNSIGNED_SHORT_5_6_5; in getGLPixelFormat()
1139 glType = GL_UNSIGNED_SHORT_5_5_5_1; in getGLPixelFormat()
1144 glType = GL_UNSIGNED_SHORT_4_4_4_4; in getGLPixelFormat()
1155 glType = GL_UNSIGNED_INT_8_8_8_8; in getGLPixelFormat()
1172 glType = GL_UNSIGNED_INT_8_8_8_8_REV; in getGLPixelFormat()
1178 glType = GL_UNSIGNED_INT_8_8_8_8; in getGLPixelFormat()
1188 glType = GL_UNSIGNED_SHORT_5_5_5_1; in getGLPixelFormat()
[all …]
/dports/games/scummvm/scummvm-2.5.1/backends/graphics/opengl/
H A Dopengl-graphics.cpp789 GLenum glIntFormat, glFormat, glType; in setMouseCursor() local
1173 GLenum glIntFormat, glFormat, glType; in createSurface() local
1235 glType = GL_UNSIGNED_BYTE; in getGLPixelFormat()
1242 glType = GL_UNSIGNED_SHORT_5_6_5; in getGLPixelFormat()
1247 glType = GL_UNSIGNED_SHORT_5_5_5_1; in getGLPixelFormat()
1252 glType = GL_UNSIGNED_SHORT_4_4_4_4; in getGLPixelFormat()
1263 glType = GL_UNSIGNED_INT_8_8_8_8; in getGLPixelFormat()
1280 glType = GL_UNSIGNED_INT_8_8_8_8_REV; in getGLPixelFormat()
1286 glType = GL_UNSIGNED_INT_8_8_8_8; in getGLPixelFormat()
1296 glType = GL_UNSIGNED_SHORT_5_5_5_1; in getGLPixelFormat()
[all …]
/dports/misc/usd/USD-21.11/pxr/imaging/hdSt/
H A DresourceBinder.cpp266 /*type=*/glType, in ResolveBindings()
310 TfToken glType = in ResolveBindings() local
405 TfToken glType = in ResolveBindings() local
450 /*type=*/glType, in ResolveBindings()
478 TfToken glType = in ResolveBindings() local
593 TfToken glType = in ResolveBindings() local
598 /*type=*/glType, in ResolveBindings()
608 TfToken glType = in ResolveBindings() local
644 TfToken glType = in ResolveBindings() local
674 TfToken glType = in ResolveBindings() local
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/sharings/gl/
H A Dgl_texture.h28 static cl_mem_object_type getClMemObjectType(cl_GLenum glType);
29 static cl_gl_object_type getClGlObjectType(cl_GLenum glType);
37 static uint32_t getClObjectType(cl_GLenum glType, bool returnClGlObjectType);
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/compiler/translator/
H A DStructureHLSL.cpp147 const GLenum glType = GLVariableType(type); in prePadding() local
148 const int numComponents = gl::VariableComponentCount(glType); in prePadding()
217 const GLenum glType = GLVariableType(type); in postPaddingString() local
218 const int numComponents = gl::VariableComponentCount(glType); in postPaddingString()
253 const GLenum glType = GLVariableType(type); in postPaddingString() local
254 numComponents = gl::MatrixComponentCount(glType, isRowMajorMatrix); in postPaddingString()
269 const GLenum glType = GLVariableType(type); in postPaddingString() local
270 numComponents = gl::VariableComponentCount(glType); in postPaddingString()
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/compiler/translator/
H A DStructureHLSL.cpp147 const GLenum glType = GLVariableType(type); in prePadding() local
148 const int numComponents = gl::VariableComponentCount(glType); in prePadding()
217 const GLenum glType = GLVariableType(type); in postPaddingString() local
218 const int numComponents = gl::VariableComponentCount(glType); in postPaddingString()
253 const GLenum glType = GLVariableType(type); in postPaddingString() local
254 numComponents = gl::MatrixComponentCount(glType, isRowMajorMatrix); in postPaddingString()
269 const GLenum glType = GLVariableType(type); in postPaddingString() local
270 numComponents = gl::VariableComponentCount(glType); in postPaddingString()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/compiler/translator/
H A DStructureHLSL.cpp147 const GLenum glType = GLVariableType(type); in prePadding() local
148 const int numComponents = gl::VariableComponentCount(glType); in prePadding()
217 const GLenum glType = GLVariableType(type); in postPaddingString() local
218 const int numComponents = gl::VariableComponentCount(glType); in postPaddingString()
253 const GLenum glType = GLVariableType(type); in postPaddingString() local
254 numComponents = gl::MatrixComponentCount(glType, isRowMajorMatrix); in postPaddingString()
269 const GLenum glType = GLVariableType(type); in postPaddingString() local
270 numComponents = gl::VariableComponentCount(glType); in postPaddingString()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/sharings/gl/windows/
H A Dgl_texture_windows.cpp193 cl_mem_object_type GlTexture::getClMemObjectType(cl_GLenum glType) { in getClMemObjectType() argument
194 return static_cast<cl_mem_object_type>(getClObjectType(glType, false)); in getClMemObjectType()
196 cl_gl_object_type GlTexture::getClGlObjectType(cl_GLenum glType) { in getClGlObjectType() argument
197 return static_cast<cl_gl_object_type>(getClObjectType(glType, true)); in getClGlObjectType()
200 uint32_t GlTexture::getClObjectType(cl_GLenum glType, bool returnClGlObjectType) { in getClObjectType() argument
203 switch (glType) { in getClObjectType()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/gui/util/
H A Dqktxhandler.cpp62 quint32 glType; member
175 qDebug(" glType: 0x%x (%s)", decode(header.glType), ptme.valueToKey(decode(header.glType))); in checkHeader()
188 return ((decode(header.glType) == 0) && in checkHeader()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/gui/util/
H A Dqktxhandler.cpp62 quint32 glType; member
175 qDebug(" glType: 0x%x (%s)", decode(header.glType), ptme.valueToKey(decode(header.glType))); in checkHeader()
188 return ((decode(header.glType) == 0) && in checkHeader()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/gui/util/
H A Dqktxhandler.cpp62 quint32 glType; member
175 qDebug(" glType: 0x%x (%s)", decode(header.glType), ptme.valueToKey(decode(header.glType))); in checkHeader()
188 return ((decode(header.glType) == 0) && in checkHeader()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/gui/util/
H A Dqktxhandler.cpp62 quint32 glType; member
175 qDebug(" glType: 0x%x (%s)", decode(header.glType), ptme.valueToKey(decode(header.glType))); in checkHeader()
188 return ((decode(header.glType) == 0) && in checkHeader()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/gui/util/
H A Dqktxhandler.cpp62 quint32 glType; member
175 qDebug(" glType: 0x%x (%s)", decode(header.glType), ptme.valueToKey(decode(header.glType))); in checkHeader()
188 return ((decode(header.glType) == 0) && in checkHeader()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/gui/util/
H A Dqktxhandler.cpp62 quint32 glType; member
175 qDebug(" glType: 0x%x (%s)", decode(header.glType), ptme.valueToKey(decode(header.glType))); in checkHeader()
188 return ((decode(header.glType) == 0) && in checkHeader()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/gui/util/
H A Dqktxhandler.cpp62 quint32 glType; member
175 qDebug(" glType: 0x%x (%s)", decode(header.glType), ptme.valueToKey(decode(header.glType))); in checkHeader()
188 return ((decode(header.glType) == 0) && in checkHeader()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/gui/util/
H A Dqktxhandler.cpp62 quint32 glType; member
175 qDebug(" glType: 0x%x (%s)", decode(header.glType), ptme.valueToKey(decode(header.glType))); in checkHeader()
188 return ((decode(header.glType) == 0) && in checkHeader()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/gui/util/
H A Dqktxhandler.cpp62 quint32 glType; member
175 qDebug(" glType: 0x%x (%s)", decode(header.glType), ptme.valueToKey(decode(header.glType))); in checkHeader()
188 return ((decode(header.glType) == 0) && in checkHeader()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/gui/util/
H A Dqktxhandler.cpp62 quint32 glType; member
175 qDebug(" glType: 0x%x (%s)", decode(header.glType), ptme.valueToKey(decode(header.glType))); in checkHeader()
188 return ((decode(header.glType) == 0) && in checkHeader()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/gui/util/
H A Dqktxhandler.cpp62 quint32 glType; member
175 qDebug(" glType: 0x%x (%s)", decode(header.glType), ptme.valueToKey(decode(header.glType))); in checkHeader()
188 return ((decode(header.glType) == 0) && in checkHeader()

12345678910