/external/chromium_org/chrome/installer/util/ |
wmi.h | 45 // WMI method that you can fill with parameter values using SetParameter. 55 static bool SetParameter(IWbemClassObject* class_method,
|
wmi.cc | 82 bool SetParameter(IWbemClassObject* class_method, 110 if (!SetParameter(process_create, L"CommandLine", b_command_line.AsInput()))
|
/external/chromium_org/content/common/gpu/ |
texture_image_transport_surface.cc | 411 texture_manager->SetParameter("Backbuffer", 416 texture_manager->SetParameter("Backbuffer", 421 texture_manager->SetParameter("Backbuffer", 426 texture_manager->SetParameter("Backbuffer",
|
/external/chromium_org/gpu/command_buffer/service/ |
mailbox_manager_unittest.cc | 63 GLenum SetParameter(Texture* texture, GLenum pname, GLint param) { 215 SetParameter(texture, GL_TEXTURE_MIN_FILTER, GL_LINEAR); 216 SetParameter(texture, GL_TEXTURE_MAG_FILTER, GL_LINEAR); 431 SetParameter(texture1, GL_TEXTURE_MIN_FILTER, GL_NEAREST)); 439 SetParameter(texture2, GL_TEXTURE_MAG_FILTER, GL_NEAREST));
|
texture_manager_unittest.cc | 78 void SetParameter( 132 TEST_F(TextureManagerTest, SetParameter) { 142 SetParameter(texture_ref, GL_TEXTURE_MIN_FILTER, GL_NEAREST, GL_NO_ERROR); 144 SetParameter(texture_ref, GL_TEXTURE_MAG_FILTER, GL_NEAREST, GL_NO_ERROR); 146 SetParameter(texture_ref, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE, GL_NO_ERROR); 148 SetParameter(texture_ref, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE, GL_NO_ERROR); 150 SetParameter(texture_ref, GL_TEXTURE_MAX_ANISOTROPY_EXT, 1, GL_NO_ERROR); 151 SetParameter(texture_ref, GL_TEXTURE_MAX_ANISOTROPY_EXT, 2, GL_NO_ERROR); 152 SetParameter( 155 SetParameter( [all...] |
texture_manager.h | 271 GLenum SetParameter( 617 void SetParameter(
|
/frameworks/av/media/libstagefright/omx/ |
SoftOMXComponent.cpp | 47 mComponent->SetParameter = SetParameterWrapper; 144 return me->setParameter(index, params); 269 OMX_ERRORTYPE SoftOMXComponent::setParameter(
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/ |
Exynos_OMX_Component_Register.c | 157 (NULL == component->SetParameter) ||
|
/frameworks/native/include/media/openmax/ |
OMX_Component.h | 380 specification for details on the SetParameter method. 382 OMX_ERRORTYPE (*SetParameter)(
|
OMX_Core.h | [all...] |
/hardware/qcom/media/mm-core/inc/ |
OMX_Component.h | 363 specification for details on the SetParameter method. 365 OMX_ERRORTYPE (*SetParameter)(
|
OMX_Core.h | [all...] |
/hardware/qcom/media/mm-core/omxcore/inc/ |
OMX_Component.h | 363 specification for details on the SetParameter method. 365 OMX_ERRORTYPE (*SetParameter)(
|
OMX_Core.h | [all...] |
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/ |
OMX_Component.h | 363 specification for details on the SetParameter method. 365 OMX_ERRORTYPE (*SetParameter)(
|
OMX_Core.h | [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
OMX_Component.h | 363 specification for details on the SetParameter method. 365 OMX_ERRORTYPE (*SetParameter)(
|
OMX_Core.h | [all...] |
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
OMX_Component.h | 363 specification for details on the SetParameter method. 365 OMX_ERRORTYPE (*SetParameter)(
|
OMX_Core.h | [all...] |
/hardware/qcom/media/mm-core/omxcore/src/common/ |
omx_core_cmp.cpp | 60 component->SetParameter = &qc_omx_component_set_parameter;
|
/hardware/qcom/media/mm-core/src/common/ |
omx_core_cmp.cpp | 60 component->SetParameter = &qc_omx_component_set_parameter;
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/ |
OMX_G711Decoder.c | 126 static OMX_ERRORTYPE SetParameter (OMX_HANDLETYPE hComp, 221 pHandle->SetParameter = SetParameter; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/ |
OMX_G711Encoder.c | 109 static OMX_ERRORTYPE SetParameter (OMX_HANDLETYPE hComp, 197 pHandle->SetParameter = SetParameter; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/ |
OMX_G722Decoder.c | 129 static OMX_ERRORTYPE SetParameter (OMX_HANDLETYPE hComp, 218 pHandle->SetParameter = SetParameter; [all...] |