Searched refs:glType (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/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.cpp20 GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type); local
21 if (!GrContextFactory::IsRenderingGLContext(glType)) {
24 GrContext* context = factory->get(glType);
H A DGpuColorFilterTest.cpp113 GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type); local
115 GrContext* grContext = 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 DResourceCacheTest.cpp286 GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type); local
287 if (!GrContextFactory::IsRenderingGLContext(glType)) {
290 GrContext* context = factory->get(glType);
/external/skia/tests/
H A DGrDrawTargetTest.cpp25 GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type); local
27 GrContext* grContext = factory->get(glType);
H A DReadWriteAlphaTest.cpp20 GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type); local
21 if (!GrContextFactory::IsRenderingGLContext(glType)) {
24 GrContext* context = factory->get(glType);
H A DGpuDrawPathTest.cpp48 GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type); local
50 GrContext* grContext = factory->get(glType);
H A DGpuColorFilterTest.cpp113 GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type); local
115 GrContext* grContext = factory->get(glType);
H A DClipCacheTest.cpp224 GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type); local
225 if (!GrContextFactory::IsRenderingGLContext(glType)) {
228 GrContext* context = factory->get(glType);
H A DResourceCacheTest.cpp284 GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type); local
285 if (!GrContextFactory::IsRenderingGLContext(glType)) {
288 GrContext* context = factory->get(glType);
/external/deqp/modules/gles2/functional/
H A Des2fReadPixelsTests.cpp65 void getFormatInfo (tcu::TextureFormat& format, GLint& glFormat, GLint& glType, int& pixelSize, bool& align);
143 void ReadPixelsTest::getFormatInfo (tcu::TextureFormat& format, GLint& glFormat, GLint& glType, int& pixelSize, bool& align) argument
148 GLU_CHECK_CALL(glGetIntegerv(GL_IMPLEMENTATION_COLOR_READ_TYPE, &glType));
150 format = glu::mapGLTransferFormat(glFormat, glType);
153 switch (glType)
189 glType = GL_UNSIGNED_BYTE;
204 GLint glType; local
207 getFormatInfo(format, glFormat, glType, pixelSize, align);
208 m_testCtx.getLog() << tcu::TestLog::Message << "Format: " << glu::getPixelFormatStr(glFormat) << ", Type: " << glu::getTypeStr(glType) << tcu::TestLog::EndMessage;
242 GLU_CHECK_CALL(glReadPixels(0, 0, width, height, glFormat, glType,
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fShaderStateQueryTests.cpp60 glw::GLenum glType; member in struct:deqp::gles31::Functional::__anon20332::SamplerType
137 if (type != (glw::GLint)samplerTypes[typeNdx].glType)
139 m_testCtx.getLog() << tcu::TestLog::Message << "Invalid type, expected " << samplerTypes[typeNdx].glType << ", got " << type << tcu::TestLog::EndMessage;
H A Des31fSeparateShaderTests.cpp1114 const GLenum glType = glu::getGLShaderType(shaderType);
1115 const GLuint programName = glCreateShaderProgramv(glType, 1, &srcStr);
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DStructureHLSL.cpp42 const GLenum glType = GLVariableType(type); local
43 const int numComponents = gl::VariableComponentCount(glType);
103 const GLenum glType = GLVariableType(type); local
104 numComponents = gl::MatrixComponentCount(glType, isRowMajorMatrix);
119 const GLenum glType = GLVariableType(type); local
120 numComponents = gl::VariableComponentCount(glType);
/external/deqp/framework/opengl/
H A DgluShaderUtil.cpp585 DataType getDataTypeFromGLType (deUint32 glType) argument
587 switch (glType)
H A DgluShaderUtil.hpp192 DataType getDataTypeFromGLType (deUint32 glType);

Completed in 346 milliseconds