HomeSort by relevance Sort by last modified time
    Searched refs:GetAddressOf (Results 1 - 16 of 16) sorted by null

  /external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
QuadRenderer.cpp 278 renderTargetView.GetAddressOf(),
297 m_vertexBuffer.GetAddressOf(),
320 m_constantBuffer.GetAddressOf()
329 m_d3dContext->PSSetShaderResources(0, 1, m_SRV.GetAddressOf());
330 m_d3dContext->PSSetSamplers(0, 1, m_QuadsTexSamplerState.GetAddressOf());
  /external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
CubeRenderer.cpp 345 renderTargetView.GetAddressOf(),
363 m_vertexBuffer.GetAddressOf(),
388 m_constantBuffer.GetAddressOf()
397 m_d3dContext->PSSetShaderResources( 0, 1, m_SRV.GetAddressOf());
398 m_d3dContext->PSSetSamplers( 0, 1, m_cubesTexSamplerState.GetAddressOf());
  /external/opencv3/modules/videoio/src/
cap_msmf.hpp 41 hr = winrt_type<_Type>::create(spPropVal.Get(), _ObjInCtx, _PObj.GetAddressOf());
81 hr = winrt_array_type<_Type>::create(spPropVal.Get(), N, _ObjInCtx, _PObj.GetAddressOf());
566 #define REF_WRL_OBJ(obj) obj.GetAddressOf()
580 hr = objFactory->ActivateInstance(pInsp.GetAddressOf());\
645 T* const* GetAddressOf() const throw()
650 T** GetAddressOf() throw()
    [all...]
cap_msmf.cpp     [all...]
agile_wrl.hpp 270 // GetAddressOf captures the context with out knowing the type of object that it will hold
276 // GetAddressOf captures the context with out knowing the type of object that it will hold
311 TypeT* GetAddressOf() throw()
461 TypeT* GetAddressOf() throw()
ppltasks_winrt.hpp     [all...]
  /external/opencv3/modules/highgui/src/
agile_wrl.h 270 // GetAddressOf captures the context with out knowing the type of object that it will hold
276 // GetAddressOf captures the context with out knowing the type of object that it will hold
311 TypeT* GetAddressOf() throw()
461 TypeT* GetAddressOf() throw()
ppltasks_winrt.h     [all...]
  /art/compiler/optimizing/
code_generator_mips.h 278 uintptr_t GetAddressOf(HBasicBlock* block) OVERRIDE {
code_generator_mips64.h 274 uintptr_t GetAddressOf(HBasicBlock* block) OVERRIDE {
code_generator.h 208 virtual uintptr_t GetAddressOf(HBasicBlock* block) = 0;
code_generator_arm.h 342 uintptr_t GetAddressOf(HBasicBlock* block) OVERRIDE {
code_generator_arm64.h 369 uintptr_t GetAddressOf(HBasicBlock* block) OVERRIDE {
code_generator_x86.h 364 uintptr_t GetAddressOf(HBasicBlock* block) OVERRIDE {
code_generator_x86_64.h 349 uintptr_t GetAddressOf(HBasicBlock* block) OVERRIDE {
code_generator.cc     [all...]

Completed in 402 milliseconds