Searched defs:beginBlock (Results 1 – 4 of 4) sorted by relevance
| /external/skia/src/gpu/graphite/ | ||
| D | PaintParamsKey.h | 184 void beginBlock(BuiltInCodeSnippetID id) { this->beginBlock(static_cast<int32_t>(id)); } in beginBlock() function |
| D | PaintParamsKey.cpp | 49 void PaintParamsKeyBuilder::beginBlock(int32_t codeSnippetID) { in beginBlock() function in skgpu::graphite::PaintParamsKeyBuilder |
| /external/deqp/modules/gles3/stress/ | ||
| D | es3sLongShaderTests.cpp | 309 void LongShaderGenerator::beginBlock (void) in beginBlock() function in deqp::gles3::Stress::__anone335e2000111::LongShaderGenerator |
| /external/gfxstream-protocols/registry/vulkan/scripts/cereal/common/ | ||
| D | codegen.py | 240 def beginBlock(self, bracketPrint=True): member in CodeGen |