Home
last modified time | relevance | path

Searched refs:getResource (Results 1 - 25 of 65) sorted by relevance

123

/third_party/vk-gl-cts/framework/common/
H A DtcuResource.cpp43 Resource* DirArchive::getResource (const char* name) const in getResource() function in tcu::DirArchive
92 Resource* ResourcePrefix::getResource (const char* name) const in getResource() function in tcu::ResourcePrefix
94 return m_archive.getResource((m_prefix + name).c_str()); in getResource()
H A DtcuResource.hpp82 virtual Resource* getResource (const char* name) const = 0;
97 Resource* getResource (const char* name) const;
132 virtual Resource* getResource (const char* name) const;
H A DtcuImageIO.cpp84 de::UniquePtr<Resource> resource(archive.getResource(fileName)); in loadPNG()
230 de::UniquePtr<Resource> resource(archive.getResource(fileName)); in loadPKM()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DVertexDataManager.cpp163 sw::Resource *staticBuffer = buffer ? buffer->getResource() : nullptr; in prepareVertexData()
180 translated[i].vertexBuffer = mStreamingBuffer->getResource(); in prepareVertexData()
214 translated[i].vertexBuffer = mCurrentValueBuffer[i]->getResource(); in prepareVertexData()
268 sw::Resource *VertexBuffer::getResource() const in getResource() function in es2::VertexBuffer
H A DIndexDataManager.cpp297 sw::Resource *staticBuffer = buffer ? buffer->getResource() : NULL; in prepareIndexData()
324 translated->indexBuffer = streamingBuffer->getResource(); in prepareIndexData()
350 translated->indexBuffer = streamingBuffer->getResource(); in prepareIndexData()
458 sw::Resource *StreamingIndexBuffer::getResource() const in getResource() function in es2::StreamingIndexBuffer
H A DIndexDataManager.h50 sw::Resource *getResource() const;
H A DBuffer.cpp113 sw::Resource *Buffer::getResource() in getResource() function in es2::Buffer
H A DVertexDataManager.h49 sw::Resource *getResource() const;
H A DBuffer.h54 sw::Resource *getResource();
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DTextureStorage11.cpp204 return getResource(context, outResource); in getMippedResource()
316 ANGLE_TRY(getResource(context, &texture)); in getCachedOrCreateSRVForSampler()
351 ANGLE_TRY(getResource(context, &resource)); in getSRVLevel()
418 ANGLE_TRY(getResource(context, &texture)); in getCachedOrCreateSRVForImage()
451 ANGLE_TRY(getResource(context, &texture)); in getCachedOrCreateUAVForImage()
550 ANGLE_TRY(getResource(context, &dstTexture)); in updateSubresourceLevel()
605 ANGLE_TRY(getResource(context, &srcTexture)); in copySubresourceLevel()
712 ANGLE_TRY(getResource(context, &sourceResouce)); in copyToStorage()
716 ANGLE_TRY(dest11->getResource(context, &destResource)); in copyToStorage()
745 ANGLE_TRY(getResource(contex in setData()
1227 angle::Result TextureStorage11_2D::getResource(const gl::Context *context, getResource() function in rx::TextureStorage11_2D
1711 angle::Result TextureStorage11_External::getResource(const gl::Context *context, getResource() function in rx::TextureStorage11_External
1895 angle::Result TextureStorage11_EGLImage::getResource(const gl::Context *context, getResource() function in rx::TextureStorage11_EGLImage
2367 angle::Result TextureStorage11_Cube::getResource(const gl::Context *context, getResource() function in rx::TextureStorage11_Cube
2943 angle::Result TextureStorage11_3D::getResource(const gl::Context *context, getResource() function in rx::TextureStorage11_3D
3334 angle::Result TextureStorage11_2DArray::getResource(const gl::Context *context, getResource() function in rx::TextureStorage11_2DArray
3704 angle::Result TextureStorage11_2DMultisample::getResource(const gl::Context *context, getResource() function in rx::TextureStorage11_2DMultisample
3921 angle::Result TextureStorage11_2DMultisampleArray::getResource(const gl::Context *context, getResource() function in rx::TextureStorage11_2DMultisampleArray
[all...]
H A DTextureStorage11.h133 virtual angle::Result getResource(const gl::Context *context,
297 angle::Result getResource(const gl::Context *context,
392 angle::Result getResource(const gl::Context *context,
489 angle::Result getResource(const gl::Context *context,
559 angle::Result getResource(const gl::Context *context,
652 angle::Result getResource(const gl::Context *context,
725 angle::Result getResource(const gl::Context *context,
825 angle::Result getResource(const gl::Context *context,
882 angle::Result getResource(const gl::Context *context,
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUData.java98 return ICUData.class.getResource(resourceName); in exists()
102 i = ICUData.class.getResource(resourceName); in exists()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DICUData.java100 return ICUData.class.getResource(resourceName); in exists()
104 i = ICUData.class.getResource(resourceName); in exists()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A DTexture.hpp33 virtual sw::Resource *getResource() const = 0;
/third_party/vk-gl-cts/framework/platform/android/
H A DtcuAndroidAssets.hpp42 Resource* getResource (const char* name) const;
H A DtcuAndroidAssets.cpp40 Resource* AssetArchive::getResource (const char* name) const in getResource() function in tcu::Android::AssetArchive
/third_party/skia/src/gpu/vk/
H A DGrVkSemaphore.h83 Resource* getResource() { return fResource; } in getResource() function in GrVkSemaphore
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/
H A DSerializableWriter.java69 URL dataURL = SerializableWriter.class.getResource("data"); in main()
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
H A DAboutDialog.java39 logoLabel = new JLabel(new ImageIcon(thisClass.getResource("images/" + in initComponents()
H A DRBManagerGUI.java166 setIconImage((new ImageIcon(getClass().getResource("images/tree_icon_bundle.gif"))).getImage()); in initComponents()
1295 Image scaledImage = (new ImageIcon(thisClass.getResource("images/tree_icon_bundle.gif"))).getImage().getScaledInstance(16, 16, Image.SCALE_DEFAULT); in getInstance()
1297 languageIcon = new ImageIcon(thisClass.getResource("images/tree_icon_language.gif")); in getInstance()
1298 countryIcon = new ImageIcon(thisClass.getResource("images/tree_icon_country.gif")); in getInstance()
1299 variantIcon = new ImageIcon(thisClass.getResource("images/tree_icon_variant.gif")); in getInstance()
1300 fileIcon = new ImageIcon(thisClass.getResource("images/tree_icon_file.gif")); in getInstance()
1301 groupIcon = new ImageIcon(thisClass.getResource("images/tree_icon_group.gif")); in getInstance()
1302 itemIcon = new ImageIcon(thisClass.getResource("images/tree_icon_item.gif")); in getInstance()
1303 projectIcon = new ImageIcon(thisClass.getResource("images/tree_icon_project.gif")); in getInstance()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
H A DSerializableWriter.java66 URL dataURL = SerializableWriter.class.getResource("data"); in main()
/third_party/skia/modules/canvaskit/
H A Dgm_bindings.cpp88 static sk_sp<SkData> getResource(const char* name) { in getResource() function
103 gResourceFactory = getResource; in LoadResource()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DXCldrStub.java375 FileUtilities.class.getResource(filename) : class1.getResource(filename); in getRelativeFileName()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
H A DXCldrStub.java413 FileUtilities.class.getResource(filename) : class1.getResource(filename); in getRelativeFileName()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A DImage.hpp101 : sw::Surface(parentTexture->getResource(), width, height, 1, 0, 1, gl::SelectInternalFormat(internalformat), true, true), in Image()
111 : sw::Surface(parentTexture->getResource(), width, height, depth, border, 1, gl::SelectInternalFormat(internalformat), true, true), in Image()

Completed in 17 milliseconds

123