Searched defs:glType (Results 1 - 11 of 11) sorted by relevance

/external/skia/tests/
H A DGrDrawTargetTest.cpp25 GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type); local
27 GrContext* grContext = factory->get(glType);
H A DGpuDrawPathTest.cpp48 GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type); local
50 GrContext* grContext = factory->get(glType);
H A DReadWriteAlphaTest.cpp21 GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type); local
22 if (!GrContextFactory::IsRenderingGLContext(glType)) {
25 GrContext* context = factory->get(glType);
H A DRecordReplaceDrawTest.cpp154 GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type); local
155 if (!GrContextFactory::IsRenderingGLContext(glType)) {
158 GrContext* context = factory->get(glType);
H A DClipCacheTest.cpp219 GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type); local
220 if (!GrContextFactory::IsRenderingGLContext(glType)) {
223 GrContext* context = factory->get(glType);
H A DGpuColorFilterTest.cpp119 GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type); local
121 GrContext* grContext = factory->get(glType);
H A DResourceCacheTest.cpp1177 GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type); local
1178 if (!GrContextFactory::IsRenderingGLContext(glType)) {
1181 GrContext* context = factory->get(glType);
/external/deqp/framework/opengl/
H A DgluShaderUtil.cpp586 DataType getDataTypeFromGLType (deUint32 glType) argument
588 switch (glType)
/external/deqp/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& pixelSize) argument
149 GLU_CHECK_CALL(glGetIntegerv(GL_IMPLEMENTATION_COLOR_READ_TYPE, &glType));
153 if (glu::getTypeName(glType) == DE_NULL)
154 TCU_THROW(NotSupportedError, ("Unsupported GL_IMPLEMENTATION_COLOR_READ_TYPE: " + de::toString(tcu::Format::Hex<4>(glType))).c_str());
156 format = glu::mapGLTransferFormat(glFormat, glType);
164 glType = GL_UNSIGNED_BYTE;
179 GLint glType; local
181 getFormatInfo(format, glFormat, glType, pixelSize);
182 m_testCtx.getLog() << tcu::TestLog::Message << "Format: " << glu::getPixelFormatStr(glFormat) << ", Type: " << glu::getTypeStr(glType) << tc
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fShaderStateQueryTests.cpp55 glw::GLenum glType; member in struct:deqp::gles31::Functional::__anon3692::BaseTypeCase::TestTypeInfo
103 std::string(glu::getShaderVarTypeStr(samplerTypes[typeNdx].glType).toString()),
104 "Uniform type " + glu::getShaderVarTypeStr(samplerTypes[typeNdx].glType).toString());
115 m_testCtx.getLog() << tcu::TestLog::Message << "Building program with uniform sampler of type " << glu::getShaderVarTypeStr(samplerTypes[typeNdx].glType) << tcu::TestLog::EndMessage;
139 if (type != (glw::GLint)samplerTypes[typeNdx].glType)
142 buf << "Invalid type, expected " << samplerTypes[typeNdx].glType << ", got " << type;
H A Des31fCopyImageTests.cpp549 const deUint32 glType = getTypeForInternalFormat(format); local
555 gl.texImage2D(glTarget, level, format, (glw::GLsizei)size.x(), (glw::GLsizei)size.y(), 0, glFormat, glType, data);
560 gl.texImage3D(glTarget, level, format, (glw::GLsizei)size.x(), (glw::GLsizei)size.y(), (glw::GLsizei)size.z(), 0, glFormat, glType, data);

Completed in 334 milliseconds