• Home
  • Raw
  • Download

Lines Matching refs:Context9

32 Context9::Context9(const gl::State &state, gl::ErrorSet *errorSet, Renderer9 *renderer)  in Context9()  function in rx::Context9
36 Context9::~Context9() {} in ~Context9()
38 angle::Result Context9::initialize() in initialize()
43 void Context9::onDestroy(const gl::Context *context) in onDestroy()
48 CompilerImpl *Context9::createCompiler() in createCompiler()
53 ShaderImpl *Context9::createShader(const gl::ShaderState &data) in createShader()
58 ProgramImpl *Context9::createProgram(const gl::ProgramState &data) in createProgram()
63 FramebufferImpl *Context9::createFramebuffer(const gl::FramebufferState &data) in createFramebuffer()
68 TextureImpl *Context9::createTexture(const gl::TextureState &state) in createTexture()
86 RenderbufferImpl *Context9::createRenderbuffer(const gl::RenderbufferState &state) in createRenderbuffer()
91 BufferImpl *Context9::createBuffer(const gl::BufferState &state) in createBuffer()
96 VertexArrayImpl *Context9::createVertexArray(const gl::VertexArrayState &data) in createVertexArray()
101 QueryImpl *Context9::createQuery(gl::QueryType type) in createQuery()
106 FenceNVImpl *Context9::createFenceNV() in createFenceNV()
111 SyncImpl *Context9::createSync() in createSync()
118 TransformFeedbackImpl *Context9::createTransformFeedback(const gl::TransformFeedbackState &state) in createTransformFeedback()
124 SamplerImpl *Context9::createSampler(const gl::SamplerState &state) in createSampler()
129 ProgramPipelineImpl *Context9::createProgramPipeline(const gl::ProgramPipelineState &data) in createProgramPipeline()
135 MemoryObjectImpl *Context9::createMemoryObject() in createMemoryObject()
141 SemaphoreImpl *Context9::createSemaphore() in createSemaphore()
147 OverlayImpl *Context9::createOverlay(const gl::OverlayState &state) in createOverlay()
153 angle::Result Context9::flush(const gl::Context *context) in flush()
158 angle::Result Context9::finish(const gl::Context *context) in finish()
163 angle::Result Context9::drawArrays(const gl::Context *context, in drawArrays()
171 angle::Result Context9::drawArraysInstanced(const gl::Context *context, in drawArraysInstanced()
180 angle::Result Context9::drawArraysInstancedBaseInstance(const gl::Context *context, in drawArraysInstancedBaseInstance()
191 angle::Result Context9::drawElements(const gl::Context *context, in drawElements()
200 angle::Result Context9::drawElementsBaseVertex(const gl::Context *context, in drawElementsBaseVertex()
211 angle::Result Context9::drawElementsInstanced(const gl::Context *context, in drawElementsInstanced()
221 angle::Result Context9::drawElementsInstancedBaseVertex(const gl::Context *context, in drawElementsInstancedBaseVertex()
233 angle::Result Context9::drawElementsInstancedBaseVertexBaseInstance(const gl::Context *context, in drawElementsInstancedBaseVertexBaseInstance()
246 angle::Result Context9::drawRangeElements(const gl::Context *context, in drawRangeElements()
257 angle::Result Context9::drawRangeElementsBaseVertex(const gl::Context *context, in drawRangeElementsBaseVertex()
270 angle::Result Context9::drawArraysIndirect(const gl::Context *context, in drawArraysIndirect()
278 angle::Result Context9::drawElementsIndirect(const gl::Context *context, in drawElementsIndirect()
287 angle::Result Context9::multiDrawArrays(const gl::Context *context, in multiDrawArrays()
296 angle::Result Context9::multiDrawArraysInstanced(const gl::Context *context, in multiDrawArraysInstanced()
307 angle::Result Context9::multiDrawElements(const gl::Context *context, in multiDrawElements()
317 angle::Result Context9::multiDrawElementsInstanced(const gl::Context *context, in multiDrawElementsInstanced()
329 angle::Result Context9::multiDrawArraysInstancedBaseInstance(const gl::Context *context, in multiDrawArraysInstancedBaseInstance()
341 angle::Result Context9::multiDrawElementsInstancedBaseVertexBaseInstance( in multiDrawElementsInstancedBaseVertexBaseInstance()
356 gl::GraphicsResetStatus Context9::getResetStatus() in getResetStatus()
361 angle::Result Context9::insertEventMarker(GLsizei length, const char *marker) in insertEventMarker()
367 angle::Result Context9::pushGroupMarker(GLsizei length, const char *marker) in pushGroupMarker()
375 angle::Result Context9::popGroupMarker() in popGroupMarker()
388 angle::Result Context9::pushDebugGroup(const gl::Context *context, in pushDebugGroup()
397 angle::Result Context9::popDebugGroup(const gl::Context *context) in popDebugGroup()
403 angle::Result Context9::syncState(const gl::Context *context, in syncState()
411 GLint Context9::getGPUDisjoint() in getGPUDisjoint()
416 GLint64 Context9::getTimestamp() in getTimestamp()
421 angle::Result Context9::onMakeCurrent(const gl::Context *context) in onMakeCurrent()
427 gl::Caps Context9::getNativeCaps() const in getNativeCaps()
432 const gl::TextureCapsMap &Context9::getNativeTextureCaps() const in getNativeTextureCaps()
437 const gl::Extensions &Context9::getNativeExtensions() const in getNativeExtensions()
442 const gl::Limitations &Context9::getNativeLimitations() const in getNativeLimitations()
447 angle::Result Context9::dispatchCompute(const gl::Context *context, in dispatchCompute()
456 angle::Result Context9::dispatchComputeIndirect(const gl::Context *context, GLintptr indirect) in dispatchComputeIndirect()
462 angle::Result Context9::memoryBarrier(const gl::Context *context, GLbitfield barriers) in memoryBarrier()
468 angle::Result Context9::memoryBarrierByRegion(const gl::Context *context, GLbitfield barriers) in memoryBarrierByRegion()
474 angle::Result Context9::getIncompleteTexture(const gl::Context *context, in getIncompleteTexture()
482 void Context9::handleResult(HRESULT hr, in handleResult()