Searched refs:resourceType (Results 1 - 12 of 12) sorted by relevance

/external/smali/baksmali/src/main/java/org/jf/baksmali/
H A DBaksmaliOptions.java94 String resourceType = attr.getValue("type");
98 String.format("%s.%s.%s", prefix, resourceType, resourceName);
/external/smali/util/src/main/java/org/jf/util/
H A DNumberUtils.java67 int resourceType = value >> 16 & 0xff;
69 if ((packageId == 0x7f || packageId == 1) && resourceType < 0x1f && resourceId < 0xfff) {
/external/swiftshader/src/D3D9/
H A DDirect3D9Ex.cpp141 long Direct3D9Ex::CheckDeviceFormat(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT adapterFormat, unsigned long usage, D3DRESOURCETYPE resourceType, D3DFORMAT checkFormat) argument
143 TRACE("unsigned int adapter = %d, D3DDEVTYPE deviceType = %d, D3DFORMAT adapterFormat = %d, unsigned long usage = %d, D3DRESOURCETYPE resourceType = %d, D3DFORMAT checkFormat = %d", adapter, deviceType, adapterFormat, usage, resourceType, checkFormat);
151 return d3d9ex->CheckDeviceFormat(adapter, deviceType, adapterFormat, usage, resourceType, checkFormat);
155 return CheckDeviceFormat(adapter, D3DDEVTYPE_HAL, adapterFormat, usage, resourceType, checkFormat);
159 return Direct3D9::CheckDeviceFormat(adapter, deviceType, adapterFormat, usage, resourceType, checkFormat);
H A DDirect3D9.cpp213 long Direct3D9::CheckDeviceFormat(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT adapterFormat, unsigned long usage, D3DRESOURCETYPE resourceType, D3DFORMAT checkFormat) argument
215 TRACE("unsigned int adapter = %d, D3DDEVTYPE deviceType = %d, D3DFORMAT adapterFormat = %d, unsigned long usage = %d, D3DRESOURCETYPE resourceType = %d, D3DFORMAT checkFormat = %d", adapter, deviceType, adapterFormat, usage, resourceType, checkFormat);
223 return d3d9->CheckDeviceFormat(adapter, deviceType, adapterFormat, usage, resourceType, checkFormat);
227 return CheckDeviceFormat(adapter, D3DDEVTYPE_HAL, adapterFormat, usage, resourceType, checkFormat);
253 switch(resourceType)
/external/deqp/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp2964 ResourceType resourceType; member in struct:deqp::egl::GLES2ThreadedSharingTest::TestConfig
3052 if (m_config.resourceType == TestConfig::RESOURCETYPE_IMAGE)
3087 switch (m_config.resourceType)
3772 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_BUFFER;
3784 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_BUFFER;
3796 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_BUFFER;
3808 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_BUFFER;
3820 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_BUFFER;
3838 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_TEXTURE;
3850 config.resourceType
[all...]
H A DteglRobustnessTests.cpp229 const ResourceType& resourceType,
302 const ResourceType& resourceType,
309 , m_resourceType (resourceType)
572 ContextReset (glw::Functions& gl, tcu::TestLog& log, ShaderType shaderType, ResourceType resourceType, ReadWriteType readWriteType);
615 ContextReset::ContextReset (glw::Functions& gl, tcu::TestLog& log, ShaderType shaderType, ResourceType resourceType, ReadWriteType readWriteType) argument
619 , m_resourceType (resourceType)
1037 ShadersOOB (glw::Functions& gl, tcu::TestLog& log, ShaderType shaderType, ResourceType resourceType, ReadWriteType readWriteType);
1064 ShadersOOB::ShadersOOB (glw::Functions& gl, tcu::TestLog& log, ShaderType shaderType, ResourceType resourceType, ReadWriteType readWriteType) argument
1065 : ContextReset(gl, log, shaderType, resourceType, readWriteType)
297 Params(const string& name, const string& description, const RobustAccessType& robustAccessType, const ContextResetType& contextResetType, const ShaderType& shaderType, const ResourceType& resourceType, const ReadWriteType& readWriteType) argument
/external/swiftshader/src/D3D8/
H A DDirect3D8.cpp145 long Direct3D8::CheckDeviceFormat(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT adapterFormat, unsigned long usage, D3DRESOURCETYPE resourceType, D3DFORMAT checkFormat) argument
147 TRACE("unsigned int adapter = %d, D3DDEVTYPE deviceType = %d, D3DFORMAT adapterFormat = %d, unsigned long usage = %d, D3DRESOURCETYPE resourceType = %d, D3DFORMAT checkFormat = %d", adapter, deviceType, adapterFormat, usage, resourceType, checkFormat);
155 return d3d8->CheckDeviceFormat(adapter, deviceType, adapterFormat, usage, resourceType, checkFormat);
159 return CheckDeviceFormat(adapter, D3DDEVTYPE_HAL, adapterFormat, usage, resourceType, checkFormat);
163 switch(resourceType)
/external/skia/include/gpu/
H A DGrResourceKey.h189 ResourceType resourceType() const { return this->domain(); } function in class:GrScratchKey
/external/doclava/src/com/google/doclava/
H A DSampleCode.java392 String resourceType, boolean browsable) {
409 hdf.setValue("resType", resourceType);
391 writeImageVideoPage(File f, String out, String subdir, String resourceType, boolean browsable) argument
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperation.cpp2754 const ResourceType resourceType,
2758 : m_resourceType (resourceType)
2753 GraphicsPipeline(OperationContext& context, const ResourceType resourceType, const VkBuffer indirectBuffer, const std::string& shaderPrefix, const VkDescriptorSetLayout descriptorSetLayout) argument
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 307 milliseconds