/external/angle/src/tests/compiler_tests/ |
D | ExtensionDirective_test.cpp | 101 void initResources(ShBuiltInResources *resources) override in initResources() function in OESEGLImageExternalExtensionTest 126 void initResources(ShBuiltInResources *resources) override in initResources() function in NVEGLStreamConsumerExternalExtensionTest 151 void initResources(ShBuiltInResources *resources) override { resources->EXT_YUV_target = 1; } in initResources() function in EXTYUVTargetExtensionTest
|
D | OES_texture_cube_map_array_test.cpp | 27 void initResources(ShBuiltInResources *resources) override in initResources() function in OESTextureCubeMapArrayTest 36 void initResources(ShBuiltInResources *resources) override in initResources() function in EXTTextureCubeMapArrayTest
|
D | SamplerMultisample_test.cpp | 32 void initResources(ShBuiltInResources *resources) override in initResources() function in SamplerMultisampleArrayTest 339 void initResources(ShBuiltInResources *resources) override in initResources() function in SamplerMultisampleEXTTest
|
D | InitOutputVariables_test.cpp | 216 void initResources(ShBuiltInResources *resources) override in initResources() function in sh::InitOutputVariablesWebGL2FragmentShaderTest 231 void initResources(ShBuiltInResources *resources) override in initResources() function in sh::InitOutputVariablesWebGL1FragmentShaderTest 250 void initResources(ShBuiltInResources *resources) override in initResources() function in sh::InitOutputVariablesVertexShaderClipDistanceTest
|
D | GlFragDataNotModified_test.cpp | 22 void initResources(ShBuiltInResources *resources) override in initResources() function in __anon8265b2500111::GlFragDataNotModifiedTest
|
D | SamplerVideoWEBGL_test.cpp | 22 void initResources(ShBuiltInResources *resources) override in initResources() function in SamplerVideoWEBGLTest
|
D | ARB_texture_rectangle_test.cpp | 27 void initResources(ShBuiltInResources *resources) override in initResources() function in ARBTextureRectangleTest
|
D | OVR_multiview_test.cpp | 98 void initResources(ShBuiltInResources *resources) override in initResources() function in __anon34847fcd0111::OVRMultiviewVertexShaderTest 113 void initResources(ShBuiltInResources *resources) override in initResources() function in __anon34847fcd0111::OVRMultiviewFragmentShaderTest
|
D | OVR_multiview2_test.cpp | 98 void initResources(ShBuiltInResources *resources) override in initResources() function in __anon25b01bdf0111::OVRMultiview2VertexShaderTest 114 void initResources(ShBuiltInResources *resources) override in initResources() function in __anon25b01bdf0111::OVRMultiview2FragmentShaderTest
|
D | AtomicCounter_test.cpp | 27 void initResources(ShBuiltInResources *resources) override in initResources() function in AtomicCounterTest
|
D | QualificationOrder_test.cpp | 20 void initResources(ShBuiltInResources *resources) override in initResources() function in QualificationOrderFragmentShaderTest
|
D | BufferVariables_test.cpp | 28 void initResources(ShBuiltInResources *resources) override in initResources() function in BufferVariablesTest
|
D | ShaderValidation_test.cpp | 77 void initResources(ShBuiltInResources *resources) override in initResources() function in ComputeShaderEnforcePackingValidationTest 103 void initResources(ShBuiltInResources *resources) override in initResources() function in GeometryShaderValidationTest 117 void initResources(ShBuiltInResources *resources) override in initResources() function in FragmentShaderEXTGeometryShaderValidationTest
|
D | GeometryShader_test.cpp | 25 void initResources(ShBuiltInResources *resources) override in initResources() function in GeometryShaderTest
|
/external/angle/src/tests/test_utils/ |
D | ShaderCompileTreeTest.h | 44 virtual void initResources(ShBuiltInResources *resources) {} in initResources() function
|
D | ShaderCompileTreeTest.cpp | 120 initResources(&resources); in SetUp()
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Blit11.cpp | 576 angle::Result Blit11::initResources(const gl::Context *context) in initResources() function in rx::Blit11 800 ANGLE_TRY(initResources(context)); in swizzleTexture() 928 ANGLE_TRY(initResources(context)); in copyTexture() 1076 ANGLE_TRY(initResources(context)); in copyDepth() 1232 ANGLE_TRY(initResources(context)); in copyAndConvertImpl() 1297 ANGLE_TRY(initResources(context)); in copyAndConvert() 1708 ANGLE_TRY(initResources(context)); in resolveDepth() 1842 ANGLE_TRY(initResources(context)); in resolveStencil()
|
D | Blit11.h | 163 angle::Result initResources(const gl::Context *context);
|