HomeSort by relevance Sort by last modified time
    Searched refs:glu (Results 126 - 150 of 572) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/deqp/framework/common/
tcuPlatform.cpp 42 const glu::Platform& Platform::getGLPlatform (void) const
  /external/deqp/framework/egl/
egluPlatform.hpp 58 * glu::Platform implementation.
90 virtual tcu::FunctionLibrary* createDefaultGLFunctionLibrary (glu::ApiType apiType, const tcu::CommandLine& cmdLine) const;
egluGLContextFactory.cpp 130 RenderContext (const NativeDisplayFactory* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::RenderConfig& config);
133 virtual glu::ContextType getType (void) const { return m_renderConfig.type; }
142 void create (const NativeDisplayFactory* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::RenderConfig& config);
145 const glu::RenderConfig m_renderConfig;
162 RenderContext::RenderContext (const NativeDisplayFactory* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::RenderConfig& config)
205 static WindowParams::Visibility getNativeWindowVisibility (glu::RenderConfig::Visibility visibility)
207 using glu::RenderConfig;
223 WindowSurfacePair createWindow (NativeDisplay* nativeDisplay, const NativeWindowFactory* windowFactory, EGLDisplay eglDisplay, EGLConfig eglConfig, const glu::RenderConfig& config)
225 const int width = (config.width == glu::RenderConfig::DONT_CARE ? WindowParams::SIZE_DONT_CARE : config.width);
226 const int height = (config.height == glu::RenderConfig::DONT_CARE ? WindowParams::SIZE_DONT_CARE : config.height)
    [all...]
  /external/deqp/framework/opengl/
gluCallLogWrapper.hpp 35 namespace glu namespace
57 } // glu
gluContextFactory.hpp 36 namespace glu namespace
42 * In order to support OpenGL (ES) tests, glu::Platform implementation
73 } // glu
gluDummyRenderContext.hpp 34 namespace glu namespace
40 * Some patterns (e.g. a test class inheriting from glu::CallLogWrapper)
62 } // glu
  /external/deqp/modules/egl/
teglTestCase.cpp 62 void EglTestContext::initGLFunctions (glw::Functions* dst, glu::ApiType apiType) const
67 void EglTestContext::initGLFunctions (glw::Functions* dst, glu::ApiType apiType, int numExtensions, const char* const* extensions) const
72 glu::initCoreFunctions(dst, &loader, apiType);
73 glu::initExtensionFunctions(dst, &loader, apiType, numExtensions, extensions);
  /external/deqp/modules/gles31/functional/
es31fFramebufferDefaultStateQueryTests.cpp 61 virtual void checkInitial (tcu::ResultCollector& result, glu::CallLogWrapper& gl) = 0;
62 virtual void checkSet (tcu::ResultCollector& result, glu::CallLogWrapper& gl) = 0;
75 glu::Framebuffer fbo (m_context.getRenderContext());
76 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog());
110 void checkInitial (tcu::ResultCollector& result, glu::CallLogWrapper& gl);
111 void checkSet (tcu::ResultCollector& result, glu::CallLogWrapper& gl);
124 void FramebufferDimensionTest::checkInitial (tcu::ResultCollector& result, glu::CallLogWrapper& gl)
130 void FramebufferDimensionTest::checkSet (tcu::ResultCollector& result, glu::CallLogWrapper& gl)
144 void checkInitial (tcu::ResultCollector& result, glu::CallLogWrapper& gl);
145 void checkSet (tcu::ResultCollector& result, glu::CallLogWrapper& gl)
    [all...]
es31fShaderPackingFunctionTests.cpp 72 ShaderPackingFunctionCase (Context& context, const char* name, const char* description, glu::ShaderType shaderType);
79 glu::ShaderType m_shaderType;
88 ShaderPackingFunctionCase::ShaderPackingFunctionCase (Context& context, const char* name, const char* description, glu::ShaderType shaderType)
93 m_spec.version = glu::GLSL_VERSION_310_ES;
120 static const char* getPrecisionPostfix (glu::Precision precision)
128 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(s_postfix) == glu::PRECISION_LAST);
133 static const char* getShaderTypePostfix (glu::ShaderType shaderType)
151 PackSnorm2x16Case (Context& context, glu::ShaderType shaderType, glu::Precision precision)
155 m_spec.inputs.push_back(Symbol("in0", glu::VarType(glu::TYPE_FLOAT_VEC2, precision)))
    [all...]
es31fShaderBuiltinConstantTests.cpp 51 GLU_EXPECT_NO_ERROR(gl.getError(), ("glGetIntegerv(" + glu::getGettableStateStr((int)pname).toString() + ")").c_str());
65 GLU_EXPECT_NO_ERROR(gl.getError(), ("glGetIntegerv(" + glu::getGettableStateStr((int)pname).toString() + ")").c_str());
66 TCU_CHECK_MSG(value%4 == 0, ("Expected " + glu::getGettableStateStr((int)pname).toString() + " to be divisible by 4").c_str());
81 GLU_EXPECT_NO_ERROR(gl.getError(), ("glGetIntegeri_v(" + glu::getGettableStateStr((int)pname).toString() + ")").c_str());
113 VS = (1<<glu::SHADERTYPE_VERTEX),
114 TC = (1<<glu::SHADERTYPE_TESSELLATION_CONTROL),
115 TE = (1<<glu::SHADERTYPE_TESSELLATION_EVALUATION),
116 GS = (1<<glu::SHADERTYPE_GEOMETRY),
117 FS = (1<<glu::SHADERTYPE_FRAGMENT),
118 CS = (1<<glu::SHADERTYPE_COMPUTE)
    [all...]
es31fProgramInterfaceQueryTestCase.cpp 49 static glw::GLenum getProgramDefaultBlockInterfaceFromStorage (glu::Storage storage)
53 case glu::STORAGE_IN:
54 case glu::STORAGE_PATCH_IN:
57 case glu::STORAGE_OUT:
58 case glu::STORAGE_PATCH_OUT:
61 case glu::STORAGE_UNIFORM:
70 static bool isBufferBackedInterfaceBlockStorage (glu::Storage storage)
72 return storage == glu::STORAGE_BUFFER || storage == glu::STORAGE_UNIFORM;
75 const char* getRequiredExtensionForStage (glu::ShaderType stage
    [all...]
es31fTextureFormatTests.cpp 73 TextureCubeArrayFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* description, deUint32 format, deUint32 dataType, int size, int depth);
74 TextureCubeArrayFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* description, deUint32 internalFormat, int size, int depth);
88 glu::RenderContext& m_renderCtx;
89 const glu::ContextInfo& m_renderCtxInfo;
96 glu::TextureCubeArray* m_texture;
102 TextureCubeArrayFormatCase::TextureCubeArrayFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* description, deUint32 format, deUint32 dataType, int size, int depth)
111 , m_renderer (renderCtx, testCtx.getLog(), glu::GLSL_VERSION_310_ES, glu::PRECISION_HIGHP
    [all...]
es31fSSBOLayoutCase.cpp 57 using glu::VarType;
58 using glu::StructType;
59 using glu::StructMember;
159 : type (glu::TYPE_LAST)
172 glu::DataType type;
191 stream << entry.name << " { type = " << glu::getDataTypeName(entry.type)
330 int getDataTypeByteSize (glu::DataType type)
332 return glu::getDataTypeScalarSize(type)*(int)sizeof(deUint32);
335 int getDataTypeByteAlignment (glu::DataType type)
339 case glu::TYPE_FLOAT
    [all...]
  /external/webrtc/webrtc/modules/video_render/mac/
cocoa_render_view.h 20 #import <OpenGL/glu.h>
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_find.py 16 lib_glu = find_library("GLU")
24 ("GLU", lib_glu),
32 self.gl = self.glu = self.gle = None
36 self.glu = CDLL(lib_glu, RTLD_GLOBAL)
50 if self.glu:
51 self.glu.gluBeginCurve
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_find.py 16 lib_glu = find_library("GLU")
24 ("GLU", lib_glu),
32 self.gl = self.glu = self.gle = None
36 self.glu = CDLL(lib_glu, RTLD_GLOBAL)
50 if self.glu:
51 self.glu.gluBeginCurve
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_find.py 16 lib_glu = find_library("GLU")
24 ("GLU", lib_glu),
32 self.gl = self.glu = self.gle = None
36 self.glu = CDLL(lib_glu, RTLD_GLOBAL)
50 if self.glu:
51 self.glu.gluBeginCurve
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_find.py 16 lib_glu = find_library("GLU")
24 ("GLU", lib_glu),
32 self.gl = self.glu = self.gle = None
36 self.glu = CDLL(lib_glu, RTLD_GLOBAL)
50 if self.glu:
51 self.glu.gluBeginCurve
  /external/deqp/modules/gles3/functional/
es3fFboTestUtil.cpp 55 static rr::GenericVecType mapDataTypeToGenericVecType(glu::DataType type)
59 case glu::TYPE_FLOAT_VEC4: return rr::GENERICVECTYPE_FLOAT;
60 case glu::TYPE_INT_VEC4: return rr::GENERICVECTYPE_INT32;
61 case glu::TYPE_UINT_VEC4: return rr::GENERICVECTYPE_UINT32;
77 FlatColorShader::FlatColorShader (glu::DataType outputType)
82 << sglr::pdec::Uniform("u_color", glu::TYPE_FLOAT_VEC4)
94 "layout(location = 0) out highp ") + glu::getDataTypeName(outputType) + " o_color;\n"
97 " o_color = " + glu::getDataTypeName(outputType) + "(u_color);\n"
129 if (m_outputType == glu::TYPE_FLOAT_VEC4)
135 else if (m_outputType == glu::TYPE_INT_VEC4
    [all...]
es3fFragDepthTests.cpp 148 glu::ShaderProgram basicQuadProgram(m_context.getRenderContext(), glu::makeVtxFragSources(s_vertexShaderSrc, s_defaultFragmentShaderSrc));
176 glu::VertexArrayBinding posBinding = glu::va::Float("a_position", 4, 4, 0, &constDepthCoord[0]);
177 glu::draw(m_context.getRenderContext(), basicQuadProgram.getProgram(), 1, &posBinding,
178 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(quadIndices), &quadIndices[0]));
182 glu::VertexArrayBinding posBinding = glu::va::Float("a_position", 4, 4, 0, &varyingDepthCoord[0]);
183 glu::draw(m_context.getRenderContext(), basicQuadProgram.getProgram(), 1, &posBinding,
184 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(quadIndices), &quadIndices[0]))
    [all...]
  /external/deqp/modules/glshared/
glsUniformBlockCase.cpp 56 static bool isSupportedGLSLVersion (glu::GLSLVersion version)
58 return version >= (glslVersionIsES(version) ? glu::GLSL_VERSION_300_ES : glu::GLSL_VERSION_330);
128 VarType::VarType (glu::DataType basicType, deUint32 flags)
236 : type (glu::TYPE_LAST)
247 glu::DataType type;
258 stream << entry.name << " { type = " << glu::getDataTypeName(entry.type)
362 int getDataTypeByteSize (glu::DataType type)
364 return glu::getDataTypeScalarSize(type)*(int)sizeof(deUint32);
367 int getDataTypeByteAlignment (glu::DataType type
    [all...]
glsFragmentOpUtil.hpp 32 namespace glu namespace
68 QuadRenderer (const glu::RenderContext& context, glu::GLSLVersion glslVersion);
77 const glu::RenderContext& m_context;
78 glu::ShaderProgram* m_program;
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.hpp 59 BufferVar (const char* name, const glu::VarType& type, deUint32 flags);
62 const glu::VarType& getType (void) const { return m_type; }
67 glu::VarType m_type;
113 glu::StructType& allocStruct (const char* name);
114 const glu::StructType* findStruct (const char* name) const;
115 void getNamedStructs (std::vector<const glu::StructType*>& structs) const;
126 std::vector<glu::StructType*> m_structs;
133 : type (glu::TYPE_LAST)
146 glu::DataType type;
  /external/deqp/modules/gles2/functional/
es2fShaderFragDataTests.cpp 112 static glu::ProgramSources genSources (const IndexExprType indexExprType)
117 glu::ProgramSources sources;
121 sources << glu::VertexSource(
134 sources << glu::FragmentSource(string(
148 const glu::RenderContext& renderCtx = m_context.getRenderContext();
150 const glu::ShaderProgram program (renderCtx, genSources(m_indexExprType));
171 const glu::VertexArrayBinding vertexArrays[] =
173 glu::va::Float("a_position", 2, 4, 0, &positions[0]),
174 glu::va::Float("a_color", 4, 4, 0, &colors[0]),
175 glu::va::Float("a_index", 1, 4, 0, &indexValues[0]
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp 75 static void checkSupported (const Context& ctx, glu::ShaderType shaderType)
79 if (shaderType == glu::SHADERTYPE_GEOMETRY && !features.geometryShader)
81 else if (shaderType == glu::SHADERTYPE_TESSELLATION_CONTROL && !features.tessellationShader)
83 else if (shaderType == glu::SHADERTYPE_TESSELLATION_EVALUATION && !features.tessellationShader)
113 src << "layout(location = "<< location << ") in " << glu::declare(input->varType, inputPrefix + input->name) << ";\n"
114 << "layout(location = " << location - 1 << ") flat out " << glu::declare(input->varType, outputPrefix + input->name) << ";\n";
144 src << "layout(location = " << locationNumber << ") in " << glu::declare(input->varType, inputPrefix + input->name) << ";\n";
151 if (glu::isDataTypeBoolOrBVec(output->varType.getBasicType()))
153 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType());
154 const glu::DataType intBaseType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT
    [all...]

Completed in 511 milliseconds

1 2 3 4 56 7 8 91011>>