Searched refs:context (Results 126 - 150 of 6625) sorted by relevance

1234567891011>>

/external/libunwind/src/unwind/
H A DGetIP.c29 _Unwind_GetIP (struct _Unwind_Context *context) argument
33 unw_get_reg (&context->cursor, UNW_REG_IP, &val);
H A DGetLanguageSpecificData.c29 _Unwind_GetLanguageSpecificData (struct _Unwind_Context *context) argument
34 unw_get_proc_info (&context->cursor, &pi);
H A DGetRegionStart.c29 _Unwind_GetRegionStart (struct _Unwind_Context *context) argument
34 unw_get_proc_info (&context->cursor, &pi);
H A DBacktrace.c32 struct _Unwind_Context context; local
38 if (_Unwind_InitContext (&context, &uc) < 0)
46 if (unw_step (&context.cursor) <= 0)
48 else if ((*trace) (&context, trace_parameter) != _URC_NO_REASON)
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_resource.c43 r300->context.get_transfer = u_get_transfer_vtbl;
44 r300->context.transfer_map = u_transfer_map_vtbl;
45 r300->context.transfer_flush_region = u_default_transfer_flush_region;
46 r300->context.transfer_unmap = u_transfer_unmap_vtbl;
47 r300->context.transfer_destroy = u_transfer_destroy_vtbl;
48 r300->context.transfer_inline_write = u_default_transfer_inline_write;
49 r300->context.create_surface = r300_create_surface;
50 r300->context.surface_destroy = r300_surface_destroy;
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Dpreemption.c35 void vlVdpPreemptionCallback(VdpDevice device, void *context) argument
45 void *context)
43 vlVdpPreemptionCallbackRegister(VdpDevice device, VdpPreemptionCallback callback, void *context) argument
/external/mesa3d/src/mapi/glapi/
H A Dglapi.c56 _glapi_set_context(void *context) argument
58 u_current_set_user((const void *) context);
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_operation_context.cc13 FileSystemContext* context)
14 : file_system_context_(context),
21 FileSystemContext* context,
23 : file_system_context_(context),
12 FileSystemOperationContext( FileSystemContext* context) argument
20 FileSystemOperationContext( FileSystemContext* context, base::SequencedTaskRunner* task_runner) argument
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentLifecycleObserver.cpp34 template<> void observerContext(Document* context, LifecycleObserver<Document>* observer) argument
36 static_cast<LifecycleContext<Document>*>(context)->wasObservedBy(observer);
39 template<> void unobserverContext(Document* context, LifecycleObserver<Document>* observer) argument
41 static_cast<LifecycleContext<Document>*>(context)->wasUnobservedBy(observer);
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DDOMWindowLifecycleObserver.cpp34 template<> void observerContext(LocalDOMWindow* context, LifecycleObserver<LocalDOMWindow>* observer) argument
36 context->wasObservedBy(observer);
39 template<> void unobserverContext(LocalDOMWindow* context, LifecycleObserver<LocalDOMWindow>* observer) argument
41 context->wasUnobservedBy(observer);
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPageLifecycleObserver.cpp34 template<> void observerContext(Page* context, LifecycleObserver<Page>* observer) argument
36 context->wasObservedBy(observer);
39 template<> void unobserverContext(Page* context, LifecycleObserver<Page>* observer) argument
41 context->wasUnobservedBy(observer);
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DInitializeParseContext.h14 extern void SetGlobalParseContext(TParseContext* context);
/external/deqp/modules/gles2/accuracy/
H A Des2aAccuracyTests.cpp39 TextureTests (Context& context) argument
40 : TestCaseGroup(context, "texture", "Texturing Accuracy Tests")
51 AccuracyTests::AccuracyTests (Context& context) argument
52 : TestCaseGroup(context, "accuracy", "Accuracy Tests")
/external/deqp/modules/gles2/functional/
H A Des2fAttribLocationTests.hpp36 TestCaseGroup* createAttributeLocationTests (Context& context);
H A Des2fFboCompletenessTests.hpp35 tcu::TestCaseGroup* createFboCompletenessTests (Context& context);
H A Des2fLifetimeTests.hpp35 TestCaseGroup* createLifetimeTests (Context& context);
H A Des2fFboRenderTest.cpp99 void shadeFragments (rr::FragmentPacket* packets, const int numPackets, const rr::FragmentShadingContext& context) const
107 rr::writeFragmentOutput(context, packetNdx, fragNdx, 0, color);
157 void shadeFragments (rr::FragmentPacket* packets, const int numPackets, const rr::FragmentShadingContext& context) const
162 const tcu::Vec4 v_coord = rr::readVarying<float>(packets[packetNdx], context, 0, fragNdx);
165 rr::writeFragmentOutput(context, packetNdx, fragNdx, 0, this->m_uniforms[0].sampler.tex2D->sample(v_coord.x(), v_coord.y(), lod));
220 void shadeFragments (rr::FragmentPacket* packets, const int numPackets, const rr::FragmentShadingContext& context) const
225 const tcu::Vec4 v_coord = rr::readVarying<float>(packets[packetNdx], context, 0, fragNdx);
228 rr::writeFragmentOutput(context, packetNdx, fragNdx, 0, this->m_uniforms[0].sampler.tex2D->sample(v_coord.x(), v_coord.y(), lod) * 0.5f
356 Framebuffer (sglr::Context& context, const FboConfig& config, int width, int height, deUint32 fbo = 0, deUint32 colorbuffer = 0, deUint32 depthbuffer = 0, deUint32 stencilbuffer = 0);
379 static bool isExtensionSupported (sglr::Context& context, cons argument
393 checkColorFormatSupport(sglr::Context& context, deUint32 sizedFormat) argument
409 Framebuffer(sglr::Context& context, const FboConfig& config, int width, int height, deUint32 fbo, deUint32 colorbuffer, deUint32 depthbuffer, deUint32 stencilbuffer) argument
511 createMetaballsTex2D(sglr::Context& context, deUint32 name, GLenum format, GLenum dataType, int width, int height) argument
523 createQuadsTex2D(sglr::Context& context, deUint32 name, GLenum format, GLenum dataType, int width, int height) argument
552 FboRenderCase(Context& context, const char* name, const char* description, const FboConfig& config) argument
654 ColorClearsTest(Context& context, const FboConfig& config) argument
659 render(sglr::Context& context, Surface& dst) argument
740 IntersectingQuadsNpotTest(Context& context, const FboConfig& config) argument
746 IntersectingQuadsTest(Context& context, const FboConfig& config, bool npot) argument
835 MixNpotTest(Context& context, const FboConfig& config) argument
841 MixTest(Context& context, const FboConfig& config, bool npot) argument
857 render(sglr::Context& context, Surface& dst) argument
928 BlendNpotTest(Context& context, const FboConfig& config) argument
934 BlendTest(Context& context, const FboConfig& config, bool npot) argument
947 render(sglr::Context& context, Surface& dst) argument
997 StencilClearsTest(Context& context, const FboConfig& config) argument
1002 render(sglr::Context& context, Surface& dst) argument
1087 StencilNpotTest(Context& context, const FboConfig& config) argument
1093 StencilTest(Context& context, const FboConfig& config, bool npot) argument
1181 SharedColorbufferTest(Context& context, const FboConfig& config) argument
1186 render(sglr::Context& context, Surface& dst) argument
1308 SharedColorbufferClearsTest(Context& context, const FboConfig& config) argument
1320 render(sglr::Context& context, Surface& dst) argument
1415 SharedDepthbufferTest(Context& context, const FboConfig& config) argument
1425 render(sglr::Context& context, Surface& dst) argument
1529 TexSubImageAfterRenderTest(Context& context, const FboConfig& config) argument
1542 render(sglr::Context& context, Surface& dst) argument
1595 TexSubImageBetweenRenderTest(Context& context, const FboConfig& config) argument
1608 render(sglr::Context& context, Surface& dst) argument
1677 ResizeTest(Context& context, const FboConfig& config) argument
1682 render(sglr::Context& context, Surface& dst) argument
1816 RecreateBuffersNoRebindTest(Context& context, const FboConfig& config) argument
1826 RecreateBuffersRebindTest(Context& context, const FboConfig& config) argument
1833 RecreateBuffersTest(Context& context, const FboConfig& config, bool rebind) argument
1992 FboRenderTestGroup(Context& context) argument
[all...]
/external/deqp/modules/gles3/accuracy/
H A Des3aAccuracyTests.cpp39 TextureTests (Context& context) argument
40 : TestCaseGroup(context, "texture", "Texturing Accuracy Tests")
51 AccuracyTests::AccuracyTests (Context& context) argument
52 : TestCaseGroup(context, "accuracy", "Accuracy Tests")
/external/deqp/modules/gles3/functional/
H A Des3fAttribLocationTests.hpp36 TestCaseGroup* createAttributeLocationTests (Context& context);
H A Des3fBuiltinPrecisionTests.hpp36 TestCaseGroup* createBuiltinPrecisionTests (Context& context);
H A Des3fFboCompletenessTests.hpp35 tcu::TestCaseGroup* createFboCompletenessTests (Context& context);
H A Des3fLifetimeTests.hpp35 TestCaseGroup* createLifetimeTests (Context& context);
/external/deqp/modules/gles31/functional/
H A Des31fBuiltinPrecisionTests.hpp36 TestCaseGroup* createBuiltinPrecisionTests (Context& context);
H A Des31fSeparateShaderTests.hpp35 TestCaseGroup* createSeparateShaderTests (Context& context);
H A Des31fTextureBufferTests.hpp36 TestCaseGroup* createTextureBufferTests (Context& context);

Completed in 8350 milliseconds

1234567891011>>