Searched refs:colorID (Results 1 – 3 of 3) sorted by relevance
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | C_O_L_R_.py | 35 layerGid, colorID = struct.unpack(">HH", data[layerPos:layerPos+4]) 41 layers.append(LayerRecord(layerName, colorID)) 71 layerMap.append(struct.pack(">HH", ttFont.getGlyphID(layer.name), layer.colorID)) 144 def __init__(self, name=None, colorID=None): argument 146 self.colorID = colorID 149 writer.simpletag("layer", name=self.name, colorID=self.colorID)
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 1689 GrGLuint colorID = 0; in getCompatibleStencilIndex() local 1690 GL_CALL(GenTextures(1, &colorID)); in getCompatibleStencilIndex() 1691 this->bindTextureToScratchUnit(GR_GL_TEXTURE_2D, colorID); in getCompatibleStencilIndex() 1724 GL_CALL(DeleteTextures(1, &colorID)); in getCompatibleStencilIndex() 1739 colorID, in getCompatibleStencilIndex() 1785 GL_CALL(DeleteTextures(1, &colorID)); in getCompatibleStencilIndex() 4129 GrGLuint colorID = 0; in createTestingOnlyBackendRenderTarget() local 4132 if (colorID) { in createTestingOnlyBackendRenderTarget() 4134 GL_CALL(DeleteTextures(1, &colorID)); in createTestingOnlyBackendRenderTarget() 4136 GL_CALL(DeleteRenderbuffers(1, &colorID)); in createTestingOnlyBackendRenderTarget() [all …]
|
/external/skqp/src/gpu/gl/ |
D | GrGLGpu.cpp | 1654 GrGLuint colorID = 0; in getCompatibleStencilIndex() local 1655 GL_CALL(GenTextures(1, &colorID)); in getCompatibleStencilIndex() 1657 GL_CALL(BindTexture(GR_GL_TEXTURE_2D, colorID)); in getCompatibleStencilIndex() 1690 GL_CALL(DeleteTextures(1, &colorID)); in getCompatibleStencilIndex() 1705 colorID, in getCompatibleStencilIndex() 1751 GL_CALL(DeleteTextures(1, &colorID)); in getCompatibleStencilIndex() 4088 GrGLuint colorID = 0; in createTestingOnlyBackendRenderTarget() local 4091 if (colorID) { in createTestingOnlyBackendRenderTarget() 4093 GL_CALL(DeleteTextures(1, &colorID)); in createTestingOnlyBackendRenderTarget() 4095 GL_CALL(DeleteRenderbuffers(1, &colorID)); in createTestingOnlyBackendRenderTarget() [all …]
|