| /third_party/vk-gl-cts/framework/delibs/decpp/ |
| H A D | deCommandLine.cpp | 71 bool TypedFieldMap::contains (const std::type_info* key) const in contains() argument 76 const TypedFieldMap::Entry& TypedFieldMap::get (const std::type_info* key) const in get() argument 114 parse(int numArgs, const char* const* args, CommandLine* dst, std::ostream& err) const parse() argument 245 help(std::ostream& str) const help() argument 295 helpSpecified(void) const helpSpecified() argument [all...] |
| H A D | deSharedPtr.hpp | 46 const char* what (void) const throw() in what() argument 133 T* get (void) const throw() { return m_ptr; } //!< Get stored pointer. in get() argument 134 T* operator-> (void) const thro in get() argument 135 operator *(void) const operator *() argument 137 operator bool(void) const operator bool() argument 416 operator SharedPtr<Y>(void) const operator SharedPtr() argument [all...] |
| /third_party/vk-gl-cts/framework/opengl/ |
| H A D | gluContextInfo.cpp | 50 bool operator() (const RenderContext& context) const in operator ()() argument 83 bool isVertexUniformLoopSupported (void) const { return m_vertexUniformLoopsSupported.getValue(m_context); } in isVertexUniformLoopSupported() argument 84 bool isVertexDynamicLoopSupported (void) const { retur in isVertexUniformLoopSupported() argument 85 isFragmentHighPrecisionSupported(void) const isFragmentHighPrecisionSupported() argument 86 isFragmentUniformLoopSupported(void) const isFragmentUniformLoopSupported() argument 87 isFragmentDynamicLoopSupported(void) const isFragmentDynamicLoopSupported() argument 175 operator ()(const RenderContext& context) const operator ()() argument 226 getInt(int param) const getInt() argument 234 getBool(int param) const getBool() argument 242 getString(int param) const getString() argument 249 isCompressedTextureFormatSupported(int format) const isCompressedTextureFormatSupported() argument 255 isExtensionSupported(const char* name) const isExtensionSupported() argument 261 isES3Compatible() const isES3Compatible() argument [all...] |
| H A D | gluObjectWrapper.hpp | 71 inline deUint32 get (void) const { return m_object; } in get() argument 72 inline deUint32 operator* (void) const { return m_object; } in operator *() argument 104 size(void) const size() argument 109 empty(void) const empty() argument 111 get(size_t ndx) const get() argument 112 operator [](size_t ndx) const operator []() argument [all...] |
| H A D | gluRenderContext.cpp | 42 glw::GenericFuncType RenderContext::getProcAddress (const char*) const in getProcAddress() argument [all...] |
| H A D | gluRenderContext.hpp | 81 int getMajorVersion (void) const { return int((m_bits>>MAJOR_SHIFT) & ((1u<<MAJOR_BITS)-1u)); } in getMajorVersion() argument 82 int getMinorVersion (void) const { return int((m_bits>>MINOR_SHIFT) & ((1u<<MINOR_BITS)-1u)); } in getMinorVersion() argument 83 Profile getProfile (void) const { return Profile((m_bits>>PROFILE_SHIFT) & ((1u<<PROFILE_BITS)-1u)); } in getProfile() argument 85 bool operator== (ApiType other) const { return m_bits == other.m_bits; } in operator ==() argument 86 bool operator!= (ApiType other) const { return m_bits != other.m_bits; } in operator !=() argument 88 deUint32 getPacked (void) const { return m_bits; } in getPacked() argument 150 ApiType getAPI (void) const { return ApiType::fromBits(m_bits & ((1u<<TOTAL_API_BITS)-1u)); } in getAPI() argument 153 ContextFlags getFlags (void) const { return ContextFlags((m_bits>>FLAGS_SHIFT) & ((1u<<FLAGS_BITS)-1u)); } in getFlags() argument 223 getDefaultFramebuffer(void) const getDefaultFramebuffer() argument [all...] |
| H A D | gluTexture.cpp | 931 getFullRefTexture(void) const getFullRefTexture() argument [all...] |
| H A D | gluVarType.cpp | 92 int VarType::getScalarSize (void) const in getScalarSize() argument 113 bool VarType::operator== (const VarType& other) const in operator ==() argument 137 bool VarType::operator!= (const VarType& other) const in operator !=() argument 144 bool StructMember::operator== (const StructMembe argument 149 operator !=(const StructMember& other) const operator !=() argument 161 operator ==(const StructType& other) const operator ==() argument 166 operator !=(const StructType& other) const operator !=() argument 244 operator ==(const Layout& other) const operator ==() argument 253 operator !=(const Layout& other) const operator !=() argument 270 operator ==(const VariableDeclaration& other) const operator ==() argument 280 operator !=(const VariableDeclaration& other) const operator !=() argument [all...] |
| /third_party/vk-gl-cts/framework/platform/android/ |
| H A D | tcuAndroidExecService.cpp | 277 int TestProcess::getExitCode (void) const in getExitCode() argument
|
| /third_party/vk-gl-cts/framework/platform/lnx/X11/ |
| H A D | tcuLnxX11.cpp | 250 void XlibWindow::getDimensions (int* width, int* height) const in getDimensions() argument
|
| H A D | tcuLnxX11EglDisplayFactory.cpp | 82 eglw::EGLBoolean copyBuffers (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLNativePixmapType target) const in copyBuffers() argument 87 eglw::EGLSurface createPixmapSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLNativePixmapType pixmap, const eglw::EGLint *attrib_list) const in createPixmapSurface() argument 92 eglw::EGLSurface createWindowSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLNativeWindowType win, const eglw::EGLint *attrib_list) const in createWindowSurface() argument 97 eglw::EGLDisplay getDisplay (eglw::EGLNativeDisplayType display_id) const in getDisplay() argument 120 const egl in getX11Display() argument 121 getPlatformAttributes(void) const getPlatformAttributes() argument 148 getScreenSize(void) const getScreenSize() argument 161 getSurfaceSize(void) const getSurfaceSize() argument 193 createWindow(NativeDisplay* nativeDisplay, const WindowParams& params) const createWindow() argument 201 createWindow(NativeDisplay* nativeDisplay, eglw::EGLDisplay eglDisplay, eglw::EGLConfig config, const eglw::EGLAttrib* attribList, const WindowParams& params) const createWindow() argument 286 createDisplay(const eglw::EGLAttrib* attribList) const createDisplay() argument [all...] |
| /third_party/vk-gl-cts/framework/platform/lnx/ |
| H A D | tcuLnxVulkanPlatform.cpp | 107 vk::wsi::Window* createWindow (const Maybe<UVec2>& initialSize) const in createWindow() argument 161 vk::wsi::Window* createWindow (const Maybe<UVec2>& initialSize) const in createWindow() argument 213 createWindow(const Maybe<UVec2>& initialSize) const createWindow() argument 242 createWindow(const Maybe<UVec2>&) const createWindow() argument 355 getPlatformInterface(void) const getPlatformInterface() argument 360 getFunctionLibrary(void) const getFunctionLibrary() argument 375 createWsiDisplay(vk::wsi::Type wsiType) const createWsiDisplay() argument 410 hasDisplay(vk::wsi::Type wsiType) const hasDisplay() argument 440 createLibrary(LibraryType libraryType, const char* libraryPath) const createLibrary() argument 450 describePlatform(std::ostream& dst) const describePlatform() argument [all...] |
| /third_party/vk-gl-cts/framework/platform/win32/ |
| H A D | tcuWGL.hpp | 180 const Library* getLibrary (void) const { return m_library; } in getLibrary() argument 215 getDeviceContext(void) const getDeviceContext() argument 216 getGLContext(void) const getGLContext() argument [all...] |
| H A D | tcuWin32VulkanPlatform.cpp | 88 vk::wsi::Window* createWindow (const Maybe<UVec2>& initialSize) const in createWindow() argument 107 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface() argument 111 const tc in getPlatformInterface() argument 130 createLibrary(LibraryType libraryType, const char* libraryPath) const createLibrary() argument 285 describePlatform(std::ostream& dst) const describePlatform() argument 296 createWsiDisplay(vk::wsi::Type wsiType) const createWsiDisplay() argument 304 hasDisplay(vk::wsi::Type wsiType) const hasDisplay() argument [all...] |
| /third_party/vk-gl-cts/framework/randomshaders/ |
| H A D | rsgBinaryOps.hpp | 50 ExecConstValueAccess getValue (void) const { return m_value.getValue(m_type); } in getValue() argument [all...] |
| H A D | rsgBuiltinFunctions.hpp | 46 ExecConstValueAccess getValue (void) const { return m_value.getValue(m_inValueRange.getType()); } in getValue() argument 95 void UnaryBuiltinVecFunc<GetValueRangeWeight, ComputeValueRange, Evaluate>::tokenize (GeneratorState& state, TokenStream& str) const in tokenize() argument [all...] |
| H A D | rsgExpression.hpp | 62 virtual ExecValueAccess getLValue (void) const { DE_ASSERT(DE_FALSE); throw Exception("Expression::getLValue(): not L-value node"); } in getLValue() argument 74 void tokenize (GeneratorState& state, TokenStream& str) const { DE_UNREF(state); str << Token(m_variable->getName()); } in tokenize() argument 77 ExecConstValueAccess getValue (void) const { return m_valueAccess; } in getValue() argument 78 ExecValueAccess getLValue (void) const { return m_valueAccess; } in getLValue() argument 119 getValue(void) const getValue() argument 137 getValue(void) const getValue() argument 156 getValue(void) const getValue() argument 174 getValue(void) const getValue() argument 199 getValue(void) const getValue() argument 222 getValue(void) const getValue() argument 241 getValue(void) const getValue() argument 263 getValue(void) const getValue() argument [all...] |
| H A D | rsgGeneratorState.hpp | 58 const ProgramParameters& getProgramParameters (void) const { return m_programParams; } in getProgramParameters() argument 61 const ShaderParameters& getShaderParameters (void) const { return *m_shaderParams; } in getShaderParameters() argument 68 const VariableManager& getVariableManager (void) const { return *m_varManager; } in getVariableManager() argument 72 int getStatementDepth (void) const { return (int)m_statementStack->size(); } in getStatementDepth() argument 74 const Statemen in setStatementStack() argument 76 getExpressionDepth(void) const getExpressionDepth() argument 80 getExpressionFlags(void) const getExpressionFlags() argument 84 getPrecedence(void) const getPrecedence() argument [all...] |
| H A D | rsgShader.hpp | 46 const VariableType& getReturnType (void) const { return m_returnType; } in getReturnType() argument 52 const BlockStatement& getBody (void) const { return m_functionBlock; } in getBody() argument 70 const Variable* getVariable (void) const { retur argument 71 getValueRange(void) const getValueRange() argument 94 getType(void) const getType() argument 95 getSource(void) const getSource() argument 113 getInputs(void) const getInputs() argument 114 getUniforms(void) const getUniforms() argument [all...] |
| H A D | rsgStatement.cpp | 134 void ExpressionStatement::execute (ExecutionContext& execCtx) const in execute() argument 203 tokenize(GeneratorState& state, TokenStream& str) const tokenize() argument 213 execute(ExecutionContext& execCtx) const execute() argument 219 tokenize(GeneratorState& state, TokenStream& str) const tokenize() argument 332 tokenize(GeneratorState& state, TokenStream& str) const tokenize() argument 345 execute(ExecutionContext& execCtx) const execute() argument 368 isElseBlockRequired(const GeneratorState& state) const isElseBlockRequired() argument 455 tokenize(GeneratorState& state, TokenStream& str) const tokenize() argument 496 execute(ExecutionContext& execCtx) const execute() argument 555 tokenize(GeneratorState& state, TokenStream& str) const tokenize() argument 562 execute(ExecutionContext& execCtx) const execute() argument [all...] |
| H A D | rsgVariableManager.hpp | 49 const Variable* getVariable (void) const { return m_variable; } in getVariable() argument 51 ConstValueRangeAccess getValueRange (void) const { return m_valueRange.asAccess(); } in getValueRange() argument 70 const std::vector<Variable*>& getDeclaredVariables (void) const { retur argument 73 getLiveVariables(void) const getLiveVariables() argument 95 getValues(void) const getValues() argument 135 operator +(ptrdiff_t offset) const operator +() argument 158 operator ==(const FilteredIterator& other) const operator ==() argument 163 operator !=(const FilteredIterator& other) const operator !=() argument 205 getNumAllocatedScalars(void) const getNumAllocatedScalars() argument 206 getNumAllocatedShaderInScalars(void) const getNumAllocatedShaderInScalars() argument 207 getNumAllocatedShaderInVariables(void) const getNumAllocatedShaderInVariables() argument 208 getNumAllocatedUniformScalars(void) const getNumAllocatedUniformScalars() argument 248 getCurVariableScope(void) const getCurVariableScope() argument 251 getCurValueScope(void) const getCurValueScope() argument 266 getBegin(Filter filter) const getBegin() argument 275 getEnd(Filter filter) const getEnd() argument 281 hasEntry(Filter filter) const hasEntry() argument 298 operator ()(const ValueEntry* entry) const operator ()() argument 308 operator ()(const ValueEntry* entry) const operator ()() argument 331 operator ()(const ValueEntry* entry) const operator ()() argument [all...] |
| H A D | rsgVariableType.hpp | 107 bool operator!= (const Member& other) const in operator !=() argument 118 bool operator== (const Member& other) const in operator ==() argument 123 const VariableType& getType (void) const { retur argument 124 getName(void) const getName() argument 137 getBaseType(void) const getBaseType() argument 138 getPrecision(void) const getPrecision() argument 139 getTypeName(void) const getTypeName() argument 140 getNumElements(void) const getNumElements() argument 143 getMembers(void) const getMembers() argument 158 isStruct(void) const isStruct() argument 159 isArray(void) const isArray() argument 160 isFloatOrVec(void) const isFloatOrVec() argument 161 isIntOrVec(void) const isIntOrVec() argument 162 isBoolOrVec(void) const isBoolOrVec() argument 163 isSampler(void) const isSampler() argument 164 isVoid(void) const isVoid() argument [all...] |
| /third_party/vk-gl-cts/framework/referencerenderer/ |
| H A D | rrRasterizer.hpp | 134 getVisibleFace(void) const getVisibleFace() argument [all...] |
| H A D | rrRenderer.hpp | 50 const MultisamplePixelBufferAccess& getColorBuffer (int ndx) const { DE_ASSERT(de::inRange(ndx, 0, m_numColorBuffers)); return m_colorBuffers[ndx]; } in getColorBuffer() argument 51 int getNumColorBuffers (void) const { return m_numColorBuffers; } in getNumColorBuffers() argument 52 const MultisamplePixelBufferAccess& getStencilBuffer (void) const { return m_stencilBuffer; } in getStencilBuffer() argument 53 const MultisamplePixelBufferAcces in getStencilBuffer() argument 97 getNumElements(void) const getNumElements() argument 98 getPrimitiveType(void) const getPrimitiveType() argument 99 getIndexType(void) const getIndexType() argument [all...] |
| H A D | rrShaders.hpp | 106 const std::vector<VertexInputInfo>& getInputs (void) const { return m_inputs; } in getInputs() argument 107 const st in getInputs() argument 127 getInputs(void) const getInputs() argument 128 getOutputs(void) const getOutputs() argument 183 getInputs(void) const getInputs() argument 184 getOutputs(void) const getOutputs() argument 185 getInputType(void) const getInputType() argument 186 getOutputType(void) const getOutputType() argument 187 getNumVerticesOut(void) const getNumVerticesOut() argument 188 getNumInvocations(void) const getNumInvocations() argument 215 shadeVertices(const VertexAttrib* inputs, VertexPacket* packets, const int numPackets) const shadeVertices() argument 234 shadeFragments(FragmentPacket* packets, const int numPackets) const shadeFragments() argument [all...] |